This commit is contained in:
@@ -42,7 +42,7 @@ CONCURRENCY decision / research - updating, in bits seperately, entirely at once
|
||||
|
||||
|
||||
UI stuff
|
||||
<!-- grid with edit form below in each collection section. Edit form Has controls to navigate to other collection items so no need to go up and click on table if don't want to or it's huge -->
|
||||
<!-- grid with edit form below in each collection section. Edit form Has controls to navigate to other collection items so no need to go up and click on table if don't want to or it's huge -->
|
||||
<!-- Want to support the case that when it's a single woitem workorder then user can just scroll down and enter shit and doesn't need to open or go anywhere to enter things all the way down
|
||||
so a single workorderitem workorder would have all fields exposed and if any grandchildren those are entered in a single form too until the user has more than one
|
||||
|
||||
@@ -83,7 +83,13 @@ UI stuff
|
||||
Showing the form below the grid of all the other items is actually a handy affordance because you can see what was entered and refer to it in the companion same group items
|
||||
so if you forgot if you entered a particular user or not in the midst of entry you can see it just above
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
USAGE NOTES:
|
||||
v-if should always be as high up as possible for performance, so don't let a component decide to render, make the parent do the v-if!!
|
||||
e.g. don't let a GzWoItemParts component check if it should display, instead do it in here
|
||||
-->
|
||||
|
||||
|
||||
@@ -99,7 +105,6 @@ UI stuff
|
||||
|
||||
|
||||
|
||||
|
||||
########### PLANNING BELOW HERE, OUTDATED NOW ########################################
|
||||
Lot's to go in here but for now this is holding my planning and thoughts until can set in stone:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user