This commit is contained in:
2020-03-27 13:59:40 +00:00
parent 09eb1f1834
commit bca4959a84

View File

@@ -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!!!!