You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently we got multiple user feedback stating that the people form (create or edit) was not working properly.
One of the main reason is that each time the submitted data are not well formatted there is no front-end warning is shown to the user and no consistent error management is done when validating data in the back-end.
Reworking the entire form and way of asserting data constraints is a lot of work but I would be beneficial and might save time in the future (with less bug fixing).
Todo
Update the PeopleType form to add front-end validation.
Context
Recently we got multiple user feedback stating that the people form (create or edit) was not working properly.
One of the main reason is that each time the submitted data are not well formatted there is no front-end warning is shown to the user and no consistent error management is done when validating data in the back-end.
Reworking the entire form and way of asserting data constraints is a lot of work but I would be beneficial and might save time in the future (with less bug fixing).
Todo
PeopleType
form to add front-end validation.The text was updated successfully, but these errors were encountered: