flexion / ef-cms

An Electronic Filing / Case Management System.
24 stars 10 forks source link

Petitioner: International and Other Domestic Addresses and Phone Numbers #655

Closed JessicaMarine closed 5 years ago

JessicaMarine commented 5 years ago

As a Petitioner, In order to provide international addresses and phone numbers for any address I enter into the system, I need to the system to accommodate international address.

The Court occassionally has Petitioners who do not live in the United States. The System needs to be accomodate to international addresses.

Pre-Conditions:

Acceptance Criteria:

Tasks

Definition of Done

uxforgood commented 5 years ago

@ericsorenson @JessicaMarine summary of the design changes to accommodate International addresses.

In the Start a Case form, everywhere there is an address (so for each party type), please make the following changes/additions: [The Name field label below would stay dynamic to whatever party type it's set for - so no change there from what was implemented in 307]

Default addresses

  1. Add Country dropdown to the top with the following options
    • United States [default]
    • International
  2. Change "Street Address" to "Mailing Address"
  3. Change "Suite/Apt #" to "Address Line 2 (optional)"
  4. Add another optional field below Address Line 2 labeled "Address Line 3 (optional)"
  5. Update the States dropdown to include the following changes:
    • Add subheadings to selection groups (see the trial locations dropdown for design/example)
    • Subheadings should be "State" following by alpha listing of 50 states, then subheading "Other" followed by this list: AA AE AP AS FM GU MH MP PW PR VI

image.png

International addresses

If user selects "International" from the country dropdown, display the following fields (all are text fields, no dropdowns):

image.png

kkoskelin commented 5 years ago

@uxforgood I'm wondering about the International address "ZIP/Postal Code". The "ZIP" is a distinctly United States thing, as far as I know. Can we stick with 'Postal Code' for the label?

uxforgood commented 5 years ago

@kkoskelin Yes I think we can just label that Postal Code. We took that label and group of form elements from an example that didn't first distinguish between US and international addresses, so was accommodating both.

  1. Please change label to "Postal Code"
  2. Also, as discussed, please add (optional) and remove from required validation rules to state/province/region as some addresses don't include this (like the London, England example)

@sarahridgway @klohman @JessicaMarine for reference