From d734185461b85e34d4c5e952376d53da94d4b5d8 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 8 Feb 2021 22:36:54 +0000 Subject: [PATCH] --- ayanova/devdocs/rando-todo.txt | 3 +++ ayanova/devdocs/todo.txt | 32 ++------------------------------ 2 files changed, 5 insertions(+), 30 deletions(-) diff --git a/ayanova/devdocs/rando-todo.txt b/ayanova/devdocs/rando-todo.txt index 32c15b18..e48ba6ec 100644 --- a/ayanova/devdocs/rando-todo.txt +++ b/ayanova/devdocs/rando-todo.txt @@ -160,6 +160,9 @@ todo: ON HOLD TIL LATER Lagging typing in name field on customize form for data Should it be bound to a computed getter instead of directly to the data object? +todo: document "variants" for picklists somewhere in the API docs + UserPickList inside, outside + UnitPickList customerid:333 todo: erasedatabase for import causes a conflict with client cached settings like lxistview etc Noticed it when v8 migrate and superuser account getting error about missing datalxistview when reviewing imported data diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 0c4afd65..e681eb73 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -7,21 +7,6 @@ MISC ITEMS THAT CAME UP - todo (after) - Test TEST **TEST** - - - Clean up the server and client code including the wierd props not being used set on all list forms etc - get rid of the countless commented out lines that are now irrelevant and will just cause confusion in future - - - - - Look for "listview" and get rid of it - - - - todo: custom column shenanigans: DETERMINED: *Issues occurring in lists when have Custom columns show* @@ -117,10 +102,6 @@ todo: foreign keys are not indexed by default in the referencing table (the one take a look and see if any should be indexed when doing above -todo: PickList controller route, how can I document the params into the api explorer? - do I need a reference link to the class? - or can I comment in the class and have it extrapolated? - todo: going to need some default views for certain lists that come with AyaNova automatically (even if migrating) some lists may need a list of all but also a list of all relevant items only (part inventory?) Views that supply common tasks or functionality that was in v7 in another way @@ -179,7 +160,7 @@ todo: if a menu item has no icon, can it be shown to the left and exclude the sp todo: test errors on widget form for all controls - Have a way of telling the server on an update to return all the errors for all the fields possible as well as server generalerror + Have a test route at server on an update to return all the errors for all the fields possible as well as server generalerror this way can see at a glance that all the controls are properly displaying their errrors todo: consider that a picklist could come in separate versions that are most appropriate to their area @@ -203,10 +184,6 @@ todo: figure out the datalistview form slowness when typing into the name field, come to think of it, the form custom is plenty fast, what is different about the grid datalist view customization that slows it so much also it's only noticeably slow in the name entry I think? -todo: document "variants" for picklists somewhere in the API docs - UserPickList inside, outside - UnitPickList customerid:333 - todo: v8migrate could be dangerous with a non-empty Database should it make user erase it from v8 end first? Show more skulls and crossbones? @@ -241,12 +218,7 @@ todo: server boot up message should show the port it's listening on if possible -CURRENTLY DOING: fun with meta list view Grid needs to reset to no view first then apply meta or something - Wont' work to call soemthign in create on list host form - can't get a ref to the gzdatatable taht works, possibly becuase it's in oncreate - maybe can do it in a later event - maybe look at vue events in datagrid itself - is there one that can process the fact that there is a meta view and just ahndle it internally *(this is best solution) +CURRENTLY DOING: cleanup