This commit is contained in:
2019-11-14 23:10:45 +00:00
parent fc6b8be048
commit eed91ae67a
4 changed files with 19 additions and 28 deletions

View File

@@ -87,6 +87,8 @@ TODO: Widget edit form, new record gives following error because custom field no
- Why is this not displaying right in the UI error box? It just says "Validation error Object did not pass validation" and nothing else!?
TODO: Make sure can easily make new record in Widget form before getting into deeper stuff or making any other object forms.
TODO: Widget edit form, new record sb dates pre-filled in? Server involved? How to handle new record initial date set?
- Don't start blank basically
- some objects may be configurable what the default date/time range is so maybe enable that for widget to test
@@ -171,6 +173,7 @@ TODO: Clean up TODO list, have only actionable, not completed items.
TODO: NOW THAT FORM IS THERE MOSTLY, CLEAN UP CODE FOR RE-USE in many other forms
- Look for things to componentize
- Can I componentize the whole form itself so that I have all the basic requirements built in and can just customize certain things for each object type?
- Look for things that are not specific to the widget edit form but can be abstracted away for other forms
- Don't need to replicate common code so put it somewhere else
- Are any of the controls better as a component and self contained to save the size of the form code and complexity?