From f8b5ebb063141304991cec438d6f26066c3add6a Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 2 Mar 2022 00:22:55 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 15 +++------------ ayanova/src/api/dash-registry.js | 8 ++++---- ayanova/src/views/login.vue | 5 +++++ 3 files changed, 12 insertions(+), 16 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 6da4c8fd..5bdb8cc4 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -892,20 +892,11 @@ BUILD 8.0.0-beta.1-rc3 CHANGES OF NOTE - added dashboard widget "Scheduled" available to scheduleable users (techs) which shows today's work orders they are scheduled on - added dashboard widget "Reviews" available to all dashboardable users which shows today's Reviews - added dashboard widget "Reminders" available to all dashboardable users which shows today's Reminders -- Added *back* User color as it now ties in with widget charts (user edit form, import, backend etc) +- Added *back* User color as it now ties in with widget charts (user edit form, import, backend, docs etc) +- v8-migrate plugin, fixed new issue related to removal of unused locale / translation keys preventing migrate +- Login form added prominent warning "beta test - not for production use" - - - -================================================ -204 new lady? 2022-03-01 11:20:10 -"I pay 917 here for a two bedroom." - -2022-03-01 12:45:13 -Don't fucking sign anything. I've been here for 8 years, change is good - - diff --git a/ayanova/src/api/dash-registry.js b/ayanova/src/api/dash-registry.js index fdb47e3f..f16824d7 100644 --- a/ayanova/src/api/dash-registry.js +++ b/ayanova/src/api/dash-registry.js @@ -144,8 +144,8 @@ export default { singleOnly: false, settings: { customTitle: null, - timeSpan: "*thismonth*", - interval: "day", + timeSpan: "*thisyear*", + interval: "month", wotags: [], woitemtags: [], techtags: [], @@ -168,12 +168,12 @@ export default { singleOnly: false, settings: { customTitle: null, - timeSpan: "*thismonth*", + timeSpan: "*thisyear*", wotags: [], woitemtags: [], techtags: [], userid: null, - interval: "day", + interval: "month", color: "#00205B" } } diff --git a/ayanova/src/views/login.vue b/ayanova/src/views/login.vue index a4073fd1..27c8719c 100644 --- a/ayanova/src/views/login.vue +++ b/ayanova/src/views/login.vue @@ -93,6 +93,11 @@ > + + BETA TEST - NOT FOR PRODUCTION USE +