osu-cascades / peo-scholarships

Managing the scholarship application process for the Central Oregon chapter of PEO International.
0 stars 0 forks source link

ScholarshipApplication: Cannot save #109

Closed ybakos closed 3 years ago

ybakos commented 3 years ago

A user cannot save an application because the system is trying to save awards that have null values - and the db has not-null constraints on the columns.

Awards columns should have loose (no) constraints, similar to the applications table, so that people can save incomplete data and come back to it later.

This is a blocking issue and should be addressed asap.