Is it a good idea?
I was thinking of doing a project where the user will create several elements dynamically (tables, choose a certain option, fill etc), these dynamically generated elements should be saved in the database to be updated, modified (something similar to jsfiddle
, where you give an update on an existing project, modify, etc.).
How do developers normally do? Do you record json in the bank? then read it and go generating and populating the elements in html?
{["firstName":{"required":"true","type":"text"},"lastName":{"required":"true","type":"text"}}