Tien
Tien
There may be a mismatch between the database's data type and the intake form ui. Please note any fields that should be changed/removed and the data type you recommend.
### Docs for the IntakeForm https://github.com/hackforla/heart/blob/db3fe1c40998741930c1a2bb67ce9e9b948b42dc/main-app/client/src/components/DynamicForm/components/README.md ### Acceptance Criteria - [x] Add “ID” to “Drivers License” label (for those without DL) - [ ] Add Secondary contact (email & phone)...
There are now many new fields in the agreements_obligations table and participants now has: clinic_date case_closed_reason an array case_closed_other (varchar 250) we ought to try to use these in the...
We'll need new endpoints to update the status for use with the status/timeline component (#84) Currently we've got a status field in the participants table, it's an enumerable. We need...
As Gina and her team When I work on a individual participant, I want to be able to track the status of their file So I know where they are...
### _On Hold until the Main App is completed_ ### Goals Setup the base and file structure for the offline-first intake app using electron to serve as the basis for...