Commit Graph

5 Commits

Author SHA1 Message Date
Paul Huliganga 06e2a14de5 feat: update email intro text; allow up to 5 copies of Authorization to Release form; update flows and docs 2026-03-24 10:58:37 -04:00
Paul Huliganga d88834926e docs: document SMS Contact setup requirement and SMS_PLACEHOLDER_EMAIL constant location 2026-03-15 21:22:55 -04:00
Paul Huliganga 71a156df78 docs: update to v1.2 with SMS delivery feature documentation
- design.md v1.2: add section 2.5 (SMS delivery via dfsle.Recipient.withSmsDelivery());
  document SMS_PLACEHOLDER_EMAIL constant, resolveRecipients/buildRecipient signatures,
  Flow V4 structure and decision paths; update component diagram and Request class docs
- requirements.md v1.2: add FR-007 (SMS delivery for recipients without email),
  US-006 user story; update constraints and success criteria
- api-reference.md v1.2: add section 11 (SMS delivery via dfsle toolkit);
  document recipientSmsPhone parameter, withSmsDelivery() usage pattern,
  Flow V4 integration steps; renumber Reference Links to section 12
2026-03-13 10:05:42 -04:00
Paul Huliganga 86e7d2fb62 docs: update documentation for multi-copy Authorization to Release feature
requirements.md (v1.1):
- Add FR-006: multi-copy Authorization to Release Information requirement
- Add US-005: user story for requesting multiple copies
- Add future enhancement item for admin-configurable multi-copy forms
- Add change log table

design.md (v1.1):
- Add section 2.4: full design description of the multi-copy feature
  including configuration constant, new flow elements table, updated
  flow path diagram, and Apex expansion logic
- Update component diagram and Request inner class to include
  authReleaseFormCopies
- Add change log table

DEPLOYMENT_AND_TESTING.md (v1.1):
- Update Screen Flow setup instructions to document authReleaseFormCopies
  input parameter and built-in dialog behaviour
- Add 'Updating the Multi-Copy Template Name' section with step-by-step
  instructions for updating the Apex constant and Flow decision condition
- Update class/flow reference list
- Add change log table

api-reference.md:
- Bump version header to 1.1
2026-03-11 16:24:04 -04:00
Paul Huliganga 4f734f0d17 Initial commit: Salesforce Composite Envelope Builder 2026-02-25 09:22:29 -05:00