This commit is contained in:
@@ -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?
|
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
|
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
|
Noticed it when v8 migrate and superuser account getting error about missing datalxistview when reviewing imported data
|
||||||
|
|||||||
@@ -7,21 +7,6 @@
|
|||||||
|
|
||||||
MISC ITEMS THAT CAME UP
|
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:
|
todo: custom column shenanigans:
|
||||||
DETERMINED:
|
DETERMINED:
|
||||||
*Issues occurring in lists when have Custom columns show*
|
*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
|
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)
|
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?)
|
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
|
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
|
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
|
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
|
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
|
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?
|
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
|
todo: v8migrate could be dangerous with a non-empty Database
|
||||||
should it make user erase it from v8 end first?
|
should it make user erase it from v8 end first?
|
||||||
Show more skulls and crossbones?
|
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
|
CURRENTLY DOING: cleanup
|
||||||
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)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user