mplp / docassemble-MLHMotionRegardingChildSupport

A docassemble interview that fills a motion to change or get child support in Michigan
MIT License
0 stars 0 forks source link

Do we need to handle International addresses? #6

Closed BryceStevenWilley closed 8 months ago

BryceStevenWilley commented 10 months ago

LHI has a separate screen for it. If we do, it'll need to be added upstream in AL.

BryceStevenWilley commented 10 months ago

Confirming that they do. I'll look into what AL does for these at the moment.

BryceStevenWilley commented 10 months ago

Assembly Line does not yet have a way to ask for international addresses.

Some other approaches:

Most of the other sources that I see just support two countries (US and CA, or AU and NZ). I can look up some other suggested ways of asking those questions.

normon66 commented 10 months ago

You may have already seen this in the HotDocs component file, but here's how that's handled behind-the-scenes.

image

And of course in A2J, when address is not in US: image

image

BryceStevenWilley commented 9 months ago

Missed the upstream issue for this for some reason; https://github.com/SuffolkLITLab/docassemble-AssemblyLine/issues/281

BryceStevenWilley commented 9 months ago

Did some more work upstream in the linked issue; in short, we can use something very similar to the US only address input. The only difference is that the state field will be a text input, not a drop down select. More details in the above issue, but it just doesn't work well with Google autocomplete, which I'd put at a higher priority than us getting the exact province / state name spelled correctly.

ekressmiller commented 9 months ago

Sounds good! I added this to the meeting agenda just to make sure we (or maybe just me) are clear on how this works.