CUCentralAdvancement / cms

The Central Advancement Content Management System
MIT License
0 stars 0 forks source link

Add Form Validation #29

Closed alexfinnarn closed 3 years ago

alexfinnarn commented 3 years ago

Of course, it's not good to just accept user input from forms and stick it in the database. I think this can be handled through libraries like yup and/or always sanitizing user input through a custom form submission handler pass thru.

Maybe Prisma already has something for sanitizing by default...

Acceptance Criteria

alexfinnarn commented 3 years ago

basic form validations already included in Rails.