IllinoisLegalAidOnline / docassemble-USCISApplications

A docassemble extension.
MIT License
1 stars 0 forks source link

Add option for 'child entering with parents' #193

Open aidanielson opened 4 months ago

aidanielson commented 4 months ago

Spreadsheet Issue Description: There should be an option for a child entering with parents. Currently I have to choose other (See below no option for a child who enters with their parents) Ideally the parents' answers should determine the answers for the child (see screenshot 5)

Spreadsheet Comments:

This looks like a screening question, that we suspect is only shown to the reviewer on the screening review screen. Related to the 'who is related to who' question from before. image

aidanielson commented 4 months ago

the variable for this question is users[0].who_entered_with_user:

image

and it only populates in text form in one form: TPS_legal_screener here. I suggest we make it a checkbox field, because you can come in with many combinations of people - parents, your children, your spouse, etc., and it would be too many different single-choice options to account for all of them. The only apparent difficulty would be refactoring the default, which expects a single text variable: image