civictechdc / districthousing

District Housing lets caseworkers help clients apply for Section 8 housing by automatically filling out multiple PDF applications using one online form.
http://codefordc.github.io/districthousing/
MIT License
40 stars 64 forks source link

New field: Veteran stuats #403

Open kevko opened 7 years ago

kevko commented 7 years ago

Add whether someone is a Veteran (Yes/No)

meiao commented 7 years ago

Was working on this. But not sure how to best show this. I moved driver's license (and related fields) to below SSN and added the "Veteran?" to the bottom of the third column. The summary is strange because false.empty? returns true and so it thinks that the veteran_status field is empty. This could be solved by using a select instead of a checkbox. What would you prefer Kevin? edit_person summary

kevko commented 6 years ago

I'd say veteran yes/no drop down for simplicity's sake, similar to student and marital status.

The columns are not too important at this point, as Salesforce will be taking over a lot of the data entry. Key is to get fields requested by Bread into the app. If we need to adjust columns and placement, we can do that later.