bloom-housing / bloom

component-based web framework for affordable housing management
Apache License 2.0
33 stars 24 forks source link

Mistyped birthDay, birthMonth, birthYear HouseholdMember properties #815

Open pbn4 opened 3 years ago

pbn4 commented 3 years ago

DOBField component returns strings and implicitly assigns them to what was initially declared as numbers inside mentioned properties. Unfortunately data was assigned in this form to the backend.

There is a hotfix on feature/add_missing_applications_props branch:

but I think that requires fixing DOBField.

pbn4 commented 3 years ago

Also makes me think why we are not merging those 3 props into an ISO Date string and keep them separate instead?

ludtkemorgan commented 3 months ago

Backend has been updated to store as numbers but frontend still sends it as a string. This is still a valid ticket