From c39da0789d12efc106002d13c3e3ab056fc952e8 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 5 Apr 2021 19:20:20 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 4 +++- ayanova/src/components/work-order-state.vue | 13 ++++++++++-- ayanova/src/views/svc-workorder.vue | 22 ++++++++++++++++++++- 3 files changed, 35 insertions(+), 4 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index f63c13d1..eb909889 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -213,7 +213,9 @@ todo: many biz objects are not using new PUT methodology CURRENTLY DOING: workorder front POC - - make minimal front end enough for POC wokorder->woitem->woitemscheduleduser collection (STATE?) + - make minimal front end enough for POC wokorder-> + woitem->woitemscheduleduser collection + wostate - test out, confirm can CRUD as planned independantly and all at once - will need some dirty fields and viz fields likely added to models so go minimal route as possible to POC it - NEED editable field at every level to test out the updating and partial updating process diff --git a/ayanova/src/components/work-order-state.vue b/ayanova/src/components/work-order-state.vue index dbf92785..38f9c62c 100644 --- a/ayanova/src/components/work-order-state.vue +++ b/ayanova/src/components/work-order-state.vue @@ -4,7 +4,8 @@