From 6c05a8765a69a8f337a677de0a55dfcdbcb4789d Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 3 Apr 2021 00:37:02 +0000 Subject: [PATCH] --- ayanova/src/components/work-order-items.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ayanova/src/components/work-order-items.vue b/ayanova/src/components/work-order-items.vue index 9fbf6a4a..2a3f287c 100644 --- a/ayanova/src/components/work-order-items.vue +++ b/ayanova/src/components/work-order-items.vue @@ -35,7 +35,7 @@ Visually each section is separated by a distinctive title and whitespace around it, no lines or boxes or other ugly shit. It should look as much as possible like a clean sheet of paper and be minimalist. Roles and rights some controls may have an alternative format for differing roles and rights users, so if it's a subcontractor then they may see an alternate view - + e.g. # single all the way down: @@ -50,6 +50,11 @@ 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 + + todo: need an editable control at every level for proper test of partical update + todo: need the state control at least enough to test as it's a critical part + todo: need dirty tracking stuff for each level to set / check so top level save can know what to update + todo: need simple properties at top level to drive the 4 states of each level (see above for 4 states) -->