CareSet / DURC

DURC is reverse CRUD
MIT License
3 stars 2 forks source link

Blank data will not save, but with no feedback.. #86

Open ftrotter opened 3 years ago

ftrotter commented 3 years ago

So if you have a field that does not have a default, and someone puts no data into the DURC form, then it will not save when you click the "save" button. And indeed.. the "Data saved" notice does not show up...

But instead there needs to be a warning that says something like "Data not saved due to missing fields" or even better "Data not saved due to required field X".

It would also be good if the form that is generated included the (* required field) notice somewhere, again driven entirely by not having a default value on the underlying table in SQL.