In #150 and #161 the form model is stored in the database as a proto Struct (JSON object) without any validation against the CUE code which will ultimately use the model as a #PlatformModel This is OK for a demo but needs to have better validation for release.
In #150 and #161 the form model is stored in the database as a proto Struct (JSON object) without any validation against the CUE code which will ultimately use the model as a
#PlatformModel
This is OK for a demo but needs to have better validation for release.