From d61f2f22f16ff300247223644c6253209dec485d Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 18 Jun 2020 23:34:27 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 035f5177..e5df4947 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -6,34 +6,27 @@ WIFI change 5g channel to 52,56,60 and 2g channel to 8 recheck before doing as it seems to vary, maybe someone else's is auto switching -todo:Installing license with fewer active techs than in db?? - -todo: test revoke sequence from rockfish to db - -todo: Migrate to v8 plugin needs to work with a trial database as well as a licensed database - It should check if a trial or not and give heavy warning if not - kind of cool if it checked for a recent backup before doing anything damaging - or triggered a checkpoint backup todo: server error red box messages have \r\n characters in them todo: add system to reset password if lost - -todo: rockfish add "Last dbid ping / last license check" field in both trialrequest and in site - This way we can see whether it's still active or not at a glance, it's an "in use" or "running" indicator - - + Some users may not have control of server i.e. Rental users so maybe should be a system that can work in that case? todo: Auth is directly fetching, re-route through gzapi instead + todo: remove all use of .then() as it's being used incorrectly replace with await and async methods -todo: switch all api methods to use the Ex method added (part of de then-ification) +todo: switch all api methods to use the Ex method added (part of de then-ification) todo: if dbid in url query parameter of contact form on server it should include that in the message also something needs to be fixed there, it's been in notes forever +todo: Migrate to v8 plugin needs to work with a trial database as well as a licensed database + It should check if a trial or not and give heavy warning if not + kind of cool if it checked for a recent backup before doing anything damaging + or triggered a checkpoint backup todo: USERS - Administration - Users is this where roles are set?