This commit is contained in:
2021-12-01 23:15:42 +00:00
parent 900fdb141b
commit 8e16baaf8c
4 changed files with 16 additions and 11 deletions

View File

@@ -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

View File

@@ -1,6 +1,6 @@
{
"name": "ayanova",
"version": "8.0.0-alpha",
"version": "8.0.0-beta.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -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",

View File

@@ -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."
};