SuffolkLITLab / docassemble-MAVirtualCourt

Project which currently holds code for the Doc Assembly Line project, including dependencies for actual interviews.
Other
7 stars 5 forks source link

General: how to handle impounded addresses on the cover sheet #397

Open nonprofittechy opened 4 years ago

nonprofittechy commented 4 years ago

We don't use the address right now.

It's okay to leave phone number, email, and other contact information.

nonprofittechy commented 4 years ago

Also see https://github.com/SuffolkLITLab/docassemble-MAVirtualCourt/issues/303

nonprofittechy commented 3 years ago

I think the best solution is to add a True/False attribute to users[0], like "address_impounded", and perhaps also "phone_impounded", "email_impounded".

Then maybe add two methods to the VCIndividual class to help handle this:

Finally, there should be a {%tr if ... %} block in the Docx that adds a table row to the contact info section that flags whether information is impounded or not.

plocket commented 3 years ago

Didn't realize I'd been assigned to this till now. If this is still relevant I can get on it, though I'll need the language for it.