From fc0bd624e9af9066598939f1c684fb62c24b9ec8 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 13 Jun 2020 21:53:58 +0000 Subject: [PATCH] --- devdocs/todo.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index c1e8dc47..e4b2bda1 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -86,7 +86,17 @@ todo: RAVEN new job LicenseCheck - +################# +todo: permanently erase db startup thing, should it really exist? + It will zap the dbid so a user might expect to just use their old license but it wont' fetch again + we could issue a new key to replace with the new dbid and also issue a revoke key for the old dbid so that + there can be no fraudulent use this way. + I guess it's a rare situation and if the option to delete is there people will surely fuck up and use it unintentionally? + or maybe not +todo: could be a presentation issue but erasing the database and "permanently" erasing the db do two different things completely + Maybe change the biz object erase to empty or remove all data or something along those lines + If it requires too much explanation then it's probably mis-identified as to what it does + todo: docs, change all named references to the Manager / manager / admin / adminstrator account to "SuperUser" TODO: do I really need to not log IP addresses on login?