diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 94ef13e7..1fa6fe30 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -65,9 +65,6 @@ CURRENT TODOs @@@@@@@@@@@ ROADMAP STAGE 2: -todo: See if any priority 1 cases in Rockfish impact what is in teh Widget form menu or shell in general - - Stub out or add anything now before get too deep - todo: WIKI @@ -97,6 +94,8 @@ todo: Customer UI pages ability to add analytics tracking codes: todo: add long polling notification route https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3507 + - Need way to acknowledge receipt of long poll info from client to server so that it can be removed or something? + - maybe successfull sending clears it regardless of client? todo: Look into 2fa https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3395 @@ -131,7 +130,10 @@ todo: NOW THAT FORM IS THERE MOSTLY, CLEAN UP CODE FOR RE-USE in many other form - some forms will have special needs but could handle them outside of the regular boilerplate shit? - +todo: when server is in ops only mode the client needs a way to prevent people from opening things that they shouldn't. + for example if a admin logs in they can and should access serverstate page and some other stuff ops related, but all other routes should be locked out + I know the server will send a 404 or something but maybe that needs tweaking to show a proper message at the client or just not show those options or something? + (part of long polling maybe??) todo: Outstanding case with vuetify bug in clear button when readonly, check if fixed and if it isn't might need a workaround - They decided to close the issue rather than fix it: