From bca4959a84ab0599f7279100b250ccbdfdbb7e24 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 27 Mar 2020 13:59:40 +0000 Subject: [PATCH] --- devdocs/todo.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 52f35b36..5b661525 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -10,16 +10,20 @@ //PICKLISTS: todo: move to client work then back here to document after -todo: document picklist and tag search etc after client example working in widget form + todo: add query fail logging to datalist just like done with picklist so in production can catch mysterious problems more easily - TODO: BizRoles.cs seems to get hammered on every single request, is it efficient? - Why is it not cached in some way? TODO: HOw is it that I'm able to login and view widgets while the server is seeding? + - is it because I'm logging in with full ops rights? - shouldn't it be locked out for any non-ops actions? + - maybe if get server closed return value from any operation then + check if user has ops rights, if so go to ops server status page directly + if not then go to ops server status page...? + need an ops server status page! - There should be some kind of client UI that handles this like an overlay on screens where there is no access or a redirect to an no-access page or something todo: Server ops EMAIL address for server to send health messages to!!!!