SuffolkLITLab / docassemble-AssemblyLine

Quickly go from a paper court form to a runnable, guided, step-by-step web application powered by Docassemble. Swap out branding and pre-built questions to meet your needs.
https://suffolklitlab.org/docassemble-AssemblyLine-documentation/
MIT License
41 stars 5 forks source link

Create a stock question for fuzzy locations, like place of marriage #822

Open nonprofittechy opened 8 months ago

nonprofittechy commented 8 months ago

This could use Address object with one extra field. We could standardize it with something like place_fields() and have a Place object.

nonprofittechy commented 4 months ago

Apparently Docassemble has a built-in object for this, the City object, but it's a weird name in my opinion. See: https://docassemble.org/docs/objects.html#City

It also doesn't show any of the optional fields if they happen to be defined (such as address, which may not be the behavior we end up wanting.