From c6474597a68ffe93e2c04ba8a0b95176347baf31 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 15 May 2020 00:43:02 +0000 Subject: [PATCH] --- devdocs/todo.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 41b3377a..3e4bf059 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -1,17 +1,17 @@ PRIORITY - ALWAYS Lowest level stuff first =-=-=-=- - +todo: look over status stuff see if relevant to route stuff immediately below (probably not) todo: add long polling notification route (CLIENT AND SERVER) 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: change trial detection route that client first hits - make it a different controller and renamed to something like server ping or "hello" or something friendly and useful - maybe the route that gets Notifications - because there could be a notificatoin type that doesn't need logged in users for general server down announcements etc + todo: Search get search result for workorder descendents doesn't fit into existing system due to it being a biz object wide feature but workorder having sub-get results - CHILD objects need to point to their parent and be readable in code for searching and for opening objects based on child object - so all child objects need a typeandid of the immediate parent