This commit is contained in:
2020-06-18 23:34:27 +00:00
parent 7f7d1027ae
commit d61f2f22f1

View File

@@ -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 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: server error red box messages have \r\n characters in them
todo: add system to reset password if lost todo: add system to reset password if lost
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: 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
todo: Auth is directly fetching, re-route through gzapi instead todo: Auth is directly fetching, re-route through gzapi instead
todo: remove all use of .then() as it's being used incorrectly todo: remove all use of .then() as it's being used incorrectly
replace with await and async methods 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 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 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 todo: USERS - Administration - Users
is this where roles are set? is this where roles are set?