From 9ad1ee2fab2c270300dea9a385d5040630bf2bf9 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 17 Jun 2021 21:58:39 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 21 +++++++++++---------- ayanova/src/api/ayanova-version.js | 2 +- ayanova/src/main.js | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 4f83a57d..6ab6ae94 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -7,22 +7,22 @@ ## BIG PICTURE TO RELEASE -March +June Workorder*, quote*, pm* implementations - case 3850 has all the good stuff about how to do this, UI concepts are basically worked out at this point and contract and po have resources to copy from for error / lists etc -April + +July Schedule form Review all v8 cases top to bottom and triage / implement V8Migrate completion All stock reports (and schedule ones) -May +Aug Manual pages Extensions to replace current add-on's (accounting etc) Load testing Beta testing Rockfish / Back end infrastructure Biz decisions about hosting etc -June 1st +Sept 1st Release! @@ -382,13 +382,9 @@ todo: many biz objects are not using new PUT methodology -CURRENTLY DOING: +CURRENTLY DOING: wo completion list -todo: check Joyce's cases - - --------- TEST RELEASE HERE --------------- - todo: notify event list table needs to show status of workorder (all fields) ideally otherwise if you have multiple wostatusage notifications they all appear the same @@ -521,6 +517,11 @@ AFTER ABOVE ITEMS AND HAVE SUBSTANTIALLY COMPLETED WO todo: IMPORT workorders FROM V7 needs to be coded once the cases are completed note that v7 wostatus needs to be dual imported into both new wostate and new woitemstatus separately + Joyce suggested making it optional to have the import-v7 tag + think it over and the pros and cons of having it, maybe some notes are there on it + I might have been thinking it's a quick way to mass delete any old stuff no longer wanted in the new version for users + or maybe to know an item was imported in case of support maybe or issue? + TODO: Need stress test for client that can generate workorders in parallel for load testing diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index 3148c513..e0b888ef 100644 --- a/ayanova/src/api/ayanova-version.js +++ b/ayanova/src/api/ayanova-version.js @@ -1,4 +1,4 @@ export default { - version: "8.0.0-alpha.110", + version: "8.0.0-alpha.111", copyright: "© 1999-2021, Ground Zero Tech-Works Inc." }; diff --git a/ayanova/src/main.js b/ayanova/src/main.js index 3fd373bf..b45201eb 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -68,7 +68,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control //DEVELOPMENT MODE //THIS SHOULD BE FALSE IN RELEASE //************************************************************ -const DEV_MODE = false; +const DEV_MODE = true; //************************************************************ //************************************************************** //**************************************************************