From c91be65c78d39d29d0c81bad62e4240f3e7e756f Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 27 Apr 2021 22:00:49 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 5 +- ayanova/src/components/work-order-state.vue | 64 ++++++++++++++++++++- 2 files changed, 66 insertions(+), 3 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 6ea57a2a..465c50b7 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -55,11 +55,14 @@ todo: v8 migrate additions ## CLIENT MISC ITEMS -todo: be sure top address items in case https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3864 +todo: be sure to address items in case https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3864 before next update to server / windows build for Joyce todo: Re-test reporting on linux, just updated puppeteer sharp and it might be affected due to newer chromium +todo: double check main page boilerplate stuff is up to date 2021 + https://www.matuzo.at/blog/html-boilerplate/ + todo: REPORTING naming of things is confusing possibly prepare code should use same names as ayreportdata etc so users aren't confused also it should be named to indicate the server is modifying the data before it's sent to the template diff --git a/ayanova/src/components/work-order-state.vue b/ayanova/src/components/work-order-state.vue index d7be0524..11812654 100644 --- a/ayanova/src/components/work-order-state.vue +++ b/ayanova/src/components/work-order-state.vue @@ -25,10 +25,70 @@ - title + {{ $ay.t("WorkOrderStatus") }} - card text + {{ value.states }} + + +