GeriLife / wellbeing-client

Client-only code for Wellbeing project.
Apache License 2.0
0 stars 0 forks source link

adding residents list, edit, add #9

Closed shailee-m closed 3 years ago

brylie commented 3 years ago

@shailee-m please resolve conflicts.

brylie commented 3 years ago

Clicking "Edit Residency" button opens the "Add Residency" form:

Peek 2020-11-15 18-40

brylie commented 3 years ago

Clicking "Add New Residency" opens the "Edit Residency" form:

Peek 2020-11-15 18-42

brylie commented 3 years ago

Submitting the "Edit Residency" form throws a server error:

Error: Move out is not a valid date in residencies insert
brylie commented 3 years ago

Please make sure dates are valid in all form submissions for:

Try with combinations of

All form fields should submit valid dates to the server.

shailee-m commented 3 years ago

@brylie the form titles were incorrectly shown. Also, fixed the date issue.