From be0f9671d172d4f10afc7fab61177dc30c0e6b3e Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 25 Mar 2021 18:29:39 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 81925a21..a4252a6d 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -192,10 +192,11 @@ todo: many biz objects are not using new PUT methodology CURRENTLY DOING: workorder (status) FRONT END UI (make it accessible from workorder form menu) -todo: new workorder Status table / object joined to Workorder - like Items collection - Has fields for statusid, workorderid, timestamp, userid - Write only, always just adds to the table +todo: in UI the workorder state should show current state but be expandable to view list of all state changes + Most of time will want to only see the current state, not all state history + LastStateViz?? + Also, this will be best for sites that don't really use the state fully and just want to ignore it or set it once to completed, that kind of thing + so maybe it's a single / collection depending on if there are more than one but collapsable?? todo: Workorder -> WorkorderService now can combine tables all together under workorder