Often I find myself looking at a tutorial and wanting to add it to Awooga, but not finding the time to write about the issues in depth. It would be good to be able to add an unfinished report as a draft, and to come back to it at a later time.
Since some of the validation is done with NOT NULL and FKs in the database, it may be easier just to store form contents as unvalidated JSON.
Often I find myself looking at a tutorial and wanting to add it to Awooga, but not finding the time to write about the issues in depth. It would be good to be able to add an unfinished report as a draft, and to come back to it at a later time.
Since some of the validation is done with
NOT NULL
and FKs in the database, it may be easier just to store form contents as unvalidated JSON.