From ed5d499aa0fb6ca2f71ee98daddf83b0f3b04b37 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 22 Oct 2021 19:32:09 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 6d11237c..af5f05ae 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -247,6 +247,10 @@ function ayGroupByTag(reportDataArray, tagContains) { - 1 todo: firefox schedule fix: https://github.com/vuetifyjs/vuetify/issues/14243#issuecomment-944907925 - 1 todo: admin-history page showing http://localhost:8080/adm-history LT:Global but other things are properly translated +-1 todo: (SERVER / CLIENT) server metrics database tables "xx others" always shows at top, sb either at very bottom or removed entirely? It's confusing + actually, why is it showing so much data, shouldn't they be in the list if there is that much data in some of those tables? + or should literally all tables show maybe, that might be more useful, no cut-off? + - 1 double check roles at client, the way authorizationroles.hasrole is coded makes me think it might be wrong it only checks that the value is nonzero but in postgres I noticed it needs to compare if the resulting value equals the exact role being checked i.e. it's not enough to go userroles & desiredrole>0 but rather userroles&desiredrole==desiredrole @@ -420,7 +424,8 @@ todo: 3 Schedule form reporting? todo: 1 Test with expired key, can superuser login and no one else?? **CRITICAL** - +todo: 1 erase database is way too fucking slow + it needs to work fast every time due to migrators testing etc todo:1.5 Joyce case 3931 test restore of 4alarm data actually, try it here first with small amount of data then try the huge one