From a5689861dc2486a14646002ca90105dc7ee1b9df Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 3 Jul 2020 15:25:30 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 20 ++++---------------- ayanova/public/index.html | 14 +------------- ayanova/src/App.vue | 8 +++++++- ayanova/src/api/initialize.js | 4 ++-- ayanova/src/views/widget.vue | 2 +- 5 files changed, 15 insertions(+), 33 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 3733b28e..7081c632 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -4,25 +4,12 @@ PRIORITY - ALWAYS Lowest level stuff first, i.e. TODO at server, api route chang =-=-=-=- - - - -todo: ay-evaluate page is triggering a request to the server for Request URL:https://test.helloayanova.com/ay-evaluate - server is returning "AyaNova doesn't work without JavaScript enabled. Please enable it to continue." - Not sure why - - -todo: I don't really need About on every edit form, keep it for the main top level and remove it from all the edit forms - -todo: concurrency violation tests, so far I don't think I've *ever* tested that from the client itself - -todo: Check ops UI rights as limited user -todo: Check administration ui rights as limited user -todo: dark mode +todo: dark mode / nav append slot logout notify?? move out of user settings into bottom of nav panel maybe like the vuetify website shows dark mode primary too bright? todo: Backup, probably need to add option "Do not backup automatically" or something to that effect for scenarios where the built in backup won't be used / won't work + rather than a boot environment option I'm thinking a configuration in backupsettings option so it's visible in UI todo: translation page needs cjkindex exposed, also it needs a wait indicator when duplicating (in the duplicate button?) todo: if dbid in url query parameter of contact form on server it should include that in the message @@ -43,6 +30,7 @@ todo: error http://localhost:8080/adm-global-select-templates pick Customer get at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) +todo: customer logins should *NOT* get the evaluate page offered todo: rename v8 export plugin to v8 Migrate it's more accurate and easier to grasp for people (plus it rhymes) @@ -82,7 +70,7 @@ todo: notification https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3507 - Need way to acknowledge receipt of long poll info from client to server so that it can be removed or something? - maybe successfull sending clears it regardless of client? - + https://github.com/vuetifyjs/vuetify/blob/3513d76774ce4ed02c34220ba6389fa0f42467c1/packages/docs/src/components/app/Notifications.vue todo: rockfish, can't do purchase for raven or view it I think diff --git a/ayanova/public/index.html b/ayanova/public/index.html index f0d1bba1..589e3a59 100644 --- a/ayanova/public/index.html +++ b/ayanova/public/index.html @@ -6,23 +6,11 @@ AyaNova - - -
- diff --git a/ayanova/src/App.vue b/ayanova/src/App.vue index c2a8a0ea..771446f3 100644 --- a/ayanova/src/App.vue +++ b/ayanova/src/App.vue @@ -124,7 +124,13 @@ - +