This commit is contained in:
2021-01-02 01:16:42 +00:00
parent 85912348a2
commit ab6e762358
3 changed files with 321 additions and 189 deletions

View File

@@ -5,6 +5,16 @@
MISC ITEMS THAT CAME UP
todo: idea - move sublists into menu option in grid list and edit form
e.g. Unit Models doesn't really need to sit always in the nav panel to the left and it's getting crowded in the service "pane" anyway so
Move the unitModels into the menu of the Units list and into the menu of the Unit edit form and remove from the Service nav panel
do this with other things as well
This way it's accessible from 3 places:
within the form itself as a quick jump from the picklist (albeit to a single edit form only )
within the units grid menu as unitmodels list
and within the edit from menu as it's list form
I think it's intuitive becuase rather than the old v7 subgrids which was a bit of a wet blanket UX wise, at least this way it's where you would expect with the relevant object it applies to
If think of it like that as being with the object you would select it on (and replicated to anywhere you would select it) then it's intuitive for the user to look there and far cleaner for the UI
todo: Notification at server has NotifyDeliveryLog object unused and no UI at from for it either
it's supposed to keep a set queue of the past 90 days of deliveries for troubleshooting like in v7,