This commit is contained in:
2021-06-17 21:58:39 +00:00
parent dacd5beb40
commit 9ad1ee2fab
3 changed files with 13 additions and 12 deletions

View File

@@ -7,22 +7,22 @@
## BIG PICTURE TO RELEASE ## BIG PICTURE TO RELEASE
March June
Workorder*, quote*, pm* implementations 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 Schedule form
Review all v8 cases top to bottom and triage / implement Review all v8 cases top to bottom and triage / implement
V8Migrate completion V8Migrate completion
All stock reports (and schedule ones) All stock reports (and schedule ones)
May Aug
Manual pages Manual pages
Extensions to replace current add-on's (accounting etc) Extensions to replace current add-on's (accounting etc)
Load testing Load testing
Beta testing Beta testing
Rockfish / Back end infrastructure Rockfish / Back end infrastructure
Biz decisions about hosting etc Biz decisions about hosting etc
June 1st Sept 1st
Release! 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 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 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 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 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 TODO: Need stress test for client that can generate workorders in parallel for load testing

View File

@@ -1,4 +1,4 @@
export default { export default {
version: "8.0.0-alpha.110", version: "8.0.0-alpha.111",
copyright: "© 1999-2021, Ground Zero Tech-Works Inc." copyright: "© 1999-2021, Ground Zero Tech-Works Inc."
}; };

View File

@@ -68,7 +68,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control
//DEVELOPMENT MODE //DEVELOPMENT MODE
//THIS SHOULD BE FALSE IN RELEASE //THIS SHOULD BE FALSE IN RELEASE
//************************************************************ //************************************************************
const DEV_MODE = false; const DEV_MODE = true;
//************************************************************ //************************************************************
//************************************************************** //**************************************************************
//************************************************************** //**************************************************************