YAAMSOrg / yaams-server

Yet Another Airline Management System
BSD 3-Clause "New" or "Revised" License
2 stars 5 forks source link

Further continue form validation #23

Closed flymia closed 5 months ago

flymia commented 6 months ago

Since you can't reopen tickets here, I will open another one.

We need to improve form validation all over the place. We need to minize the risk of garbage in the database.

For example:

flymia commented 5 months ago

I added a LOT of validation of the flight process in this commit: 07eb0875fac03f7272f4953bac05bd261a41db4c and 5f94defe307c41efd0d71c91b2fc0d9a0c6bcead

flymia commented 5 months ago

I basically fixed everything for the forms we have right now. When adding new forms in the future, we should make the form validation good right away. I will close this for now.