CSCfi / rems

Resource Entitlement Management System is a tool for managing access rights to resources, such as research datasets.
MIT License
50 stars 21 forks source link

Form validation framework #1501

Open luontola opened 4 years ago

luontola commented 4 years ago

Currently form validation on the various pages is done in an ad hoc manner and there is lots of duplication. The logic related a single field is spread to at least 3 or 4 places. There is need for a form validation framework such as in @luontola's previous project.

opqdonut commented 3 years ago

The topic of validation came up again in #2417 #2399