Skip to content

feat: DAH-3577 Forms EasyPost address verification #2866

Draft
cliu02 wants to merge 1 commit intomainfrom
DAH-3577-address-verification
Draft

feat: DAH-3577 Forms EasyPost address verification #2866
cliu02 wants to merge 1 commit intomainfrom
DAH-3577-address-verification

Conversation

@cliu02
Copy link
Copy Markdown
Collaborator

@cliu02 cliu02 commented Apr 17, 2026

Description

Creates the form engine page for address verification and API call to EasyPost to get a verified address.

Jira ticket

https://sfgovdt.jira.com/browse/DAH-3577

Before requesting eng review

Version Control

  • branch name begins with angular if it contains updates to Angular code
  • branch name contains the Jira ticket number
  • PR name follows type: TICKET-NUMBER Description format, use DAH-000 if it does not need a ticket
  • PR name follows urgent: Description format if it is urgent and does not need a ticket

Code quality

  • the set of changes is small
  • all automated code checks pass (linting, tests, coverage, etc.)
  • if the PR is a bugfix, there are tests and logs around the bug

Code conventions

  • web pages are formatted with .scss stylesheets and ui-seeds tokens, rather than inline styles or Tailwind

Review instructions

  • instructions specify which environment(s) it applies to
  • instructions work for PA testers
  • instructions have already been performed at least once

Request eng review

  • PR has needs review label
  • Use Housing Eng group to automatically assign reviewers, and/or assign specific engineers
  • If time sensitive, notify engineers in Slack

Before merging

Request product acceptance (PA) testing

  • PA tested in the review environment (use needs product acceptance label)
  • if PA testing cannot be done, changes are behind a feature flag

@cliu02 cliu02 changed the title feat: DAH-3577 Forms address EasyPost verification page feat: DAH-3577 Forms EasyPost address verification page Apr 17, 2026
@cliu02 cliu02 changed the title feat: DAH-3577 Forms EasyPost address verification page feat: DAH-3577 Forms EasyPost address verification Apr 17, 2026
}
case "HouseholdMemberVerifyAddress": {
return <VerifyAddress />
return <VerifyAddress fieldNames={{ verifiedAddress: "householdMemberAddress" }} />
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: to be implemented in https://sfgovdt.jira.com/browse/DAH-3589

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants