From d4e0bcd06e650852b70ecefaac51358be545235a Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 2 Apr 2021 15:07:43 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 + .../src/components/_barebones_template.vue | 45 ++++++++++++ ayanova/src/components/work-order-header.vue | 45 ++++++++++++ .../work-order-item-scheduled-users.vue | 0 ayanova/src/components/work-order-items.vue | 0 ayanova/src/components/work-order-state.vue | 0 ayanova/src/views/svc-workorder.vue | 71 +++---------------- 7 files changed, 102 insertions(+), 61 deletions(-) create mode 100644 ayanova/src/components/_barebones_template.vue create mode 100644 ayanova/src/components/work-order-header.vue create mode 100644 ayanova/src/components/work-order-item-scheduled-users.vue create mode 100644 ayanova/src/components/work-order-items.vue create mode 100644 ayanova/src/components/work-order-state.vue diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 752bf5c8..f3fd627c 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -245,6 +245,8 @@ todo: in UI the workorder state should show current state but be expandable to v 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?? + Status control, displays last status as a read only text field maybe decorated in an H3 tag or something, but when you click on it opens a form to append a new status + control handles the rights and roles and shit diff --git a/ayanova/src/components/_barebones_template.vue b/ayanova/src/components/_barebones_template.vue new file mode 100644 index 00000000..55316743 --- /dev/null +++ b/ayanova/src/components/_barebones_template.vue @@ -0,0 +1,45 @@ + + diff --git a/ayanova/src/components/work-order-header.vue b/ayanova/src/components/work-order-header.vue new file mode 100644 index 00000000..9677b465 --- /dev/null +++ b/ayanova/src/components/work-order-header.vue @@ -0,0 +1,45 @@ + + diff --git a/ayanova/src/components/work-order-item-scheduled-users.vue b/ayanova/src/components/work-order-item-scheduled-users.vue new file mode 100644 index 00000000..e69de29b diff --git a/ayanova/src/components/work-order-items.vue b/ayanova/src/components/work-order-items.vue new file mode 100644 index 00000000..e69de29b diff --git a/ayanova/src/components/work-order-state.vue b/ayanova/src/components/work-order-state.vue new file mode 100644 index 00000000..e69de29b diff --git a/ayanova/src/views/svc-workorder.vue b/ayanova/src/views/svc-workorder.vue index 8e764e16..4362ab0c 100644 --- a/ayanova/src/views/svc-workorder.vue +++ b/ayanova/src/views/svc-workorder.vue @@ -4,67 +4,8 @@
- - organize as controls see dashboard
- woheader here
wostate control here
- woitems control here - - - - - - - - - - - - - - - - - - -
+ +