From c7c9a09d4a741fe9bcfb4781e57cf7e7925c480c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 7 Apr 2021 00:15:50 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 4 +++- ayanova/src/components/work-order-item-scheduled-users.vue | 1 + ayanova/src/components/work-order-items.vue | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index da574fa3..6141f806 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -212,7 +212,9 @@ todo: many biz objects are not using new PUT methodology -CURRENTLY DOING: workorder front POC +CURRENTLY DOING: add delete button, add Add() methods for item and scheduser then is ready to test full graph partial updating system + - confirm Create, Retrieve, Update, Delete works completely + - try to start with a new workorder if possible - make minimal front end enough for POC wokorder-> woitem -> woitemscheduleduser collection diff --git a/ayanova/src/components/work-order-item-scheduled-users.vue b/ayanova/src/components/work-order-item-scheduled-users.vue index 8d223057..e3d75399 100644 --- a/ayanova/src/components/work-order-item-scheduled-users.vue +++ b/ayanova/src/components/work-order-item-scheduled-users.vue @@ -56,6 +56,7 @@