diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index c1900a4e..35e1d891 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -71,20 +71,19 @@ DONE (NEEDS re-test ON MOBILE for appearance and functionality): Reports - stub - If I use the library dialog component and figure it out in theory it will just popup when required and not pollute the shell template with anything. I guess it inserts itself into the dom. - I have a question in to the developer about how to do the example with templates here: https://github.com/yariksav/vuetify-dialog/issues/39 - The vuetify dialog example I would use is here: https://vuetifyjs.com/en/components/dialogs#form and the top one without activator here: https://vuetifyjs.com/en/components/dialogs#without-activator -TODO: For form initialization modify widget edit make an simple init call for onCreate +DONE: For form initialization modify widget edit make an simple init call for onCreate - Init should be promisified and have a chain of promises for form initialization so async stuff can properly finalize before init is done and code moves on -TODO: Fill selection boxes, autocomplete handling etc - - Use the enumpicklist route to get a list of roles and use it for the widget UI - - Do I cache that shit? Cache invalidation is hard. - - Also what is the best way to load that stuff, some will be unbounded and should be done through autofill / search route, but some are static like the roles and rarely change and small so they might as well just load all at once. - - Need to factor in both types really I guess. -TODO: Widget - NOTES FIELD (look for others missing not below) +DONE: Turn widget edit ROLES into a static select populated from server + - Use the enumpicklist route to get a list of roles and use it for the widget UI +### TODO: Widget - NOTES FIELD TODO: TAGS!!! Do tags mofo +TODO: Custom fields TODO: Record history display / check other AyaNova 7 options / buttons that need to carry forward - Some of this stuff is stage 2 for the edit form TODO: WIKI TODO: Attached documents -TODO: Custom fields + +RETEST HERE ON ALL DEVICES TODO: NOW THAT FORM IS THERE MOSTLY, CLEAN UP CODE FOR RE-USE in many other forms - Don't need to replicate common code so put it somewhere else