From 8e16baaf8cdec0cfea58d8a907d0307d48217285 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 1 Dec 2021 23:15:42 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 21 +++++++++++++-------- ayanova/package-lock.json | 2 +- ayanova/package.json | 2 +- ayanova/src/api/ayanova-version.js | 2 +- 4 files changed, 16 insertions(+), 11 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index e1ff624c..6ac1c612 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -15,7 +15,8 @@ -WOOOT!! Getting close.... +Current priority getting to BETA +Prioritize anything that stands in the way of beta testing @@ -28,12 +29,7 @@ TODO IMMINENTLY OUTSTANDING MAJOR AREAS TO BETA - Features - dashboard widgets - Just enough an no more, this could be endless, come up with a top 5 or something and limit it to that - (this is also a very juicy v.next feature thing too) - Note that it *must* at minimum recreate the v7 dashboard stuff (but nicer and graphical) - personal upcoming events like maybe an "next 5 open work orders I'm scheduled on" - or a widget that is upcoming work orders that are a specific status (maybe, just speculating here) + Installer Linux Offer as archive for docker and for bare metal @@ -73,6 +69,14 @@ OUTSTANDING MAJOR AREAS TO BETA common controls means Wiki, active, attachments, tags, names and their uniqueness etc - Somewhere document that a login is good for 5 days from moment of login before needing to login again + dashboard widgets + Not the highest priority for BETA but there shoudl be at least a couple so that feature can be tested also it shoudl at least replicate v7 stuff + Just enough an no more, this could be endless, come up with a top 5 or something and limit it to that + (this is also a very juicy v.next feature thing too) + Note that it *must* at minimum recreate the v7 dashboard stuff (but nicer and graphical) + personal upcoming events like maybe an "next 5 open work orders I'm scheduled on" + or a widget that is upcoming work orders that are a specific status (maybe, just speculating here) + - onboarding process for existing users - BETA tester docs on what and how suggested to test - Here switch from Alpha to Beta designation @@ -1005,7 +1009,8 @@ installed previously if present after which that won't change and you can just r like with all other v7 installers (I was accidentally using the quicknotify installer appid code) -BUILD 142 CHANGES OF NOTE +BUILD 8.0.0-beta.1 CHANGES OF NOTE +- Switch from Alpha to Beta designation in version numbers in prep for public beta release diff --git a/ayanova/package-lock.json b/ayanova/package-lock.json index 87c54d13..27274209 100644 --- a/ayanova/package-lock.json +++ b/ayanova/package-lock.json @@ -1,6 +1,6 @@ { "name": "ayanova", - "version": "8.0.0-alpha", + "version": "8.0.0-beta.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/ayanova/package.json b/ayanova/package.json index ab64ebaa..24586dc4 100644 --- a/ayanova/package.json +++ b/ayanova/package.json @@ -1,6 +1,6 @@ { "name": "ayanova", - "version": "8.0.0-alpha", + "version": "8.0.0-beta.1", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index 641f60e9..da1f5f31 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.141", + version: "8.0.0-beta.1", copyright: "© 1999-2021, Ground Zero Tech-Works Inc." };