From 0f5032267dbd6e03cded4f0cf45678964cb753b6 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 15 May 2020 00:42:27 +0000 Subject: [PATCH] --- devdocs/specs/core-notification.txt | 11 ++++++++++- devdocs/todo.txt | 2 ++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/devdocs/specs/core-notification.txt b/devdocs/specs/core-notification.txt index a4acf84d..e076b33f 100644 --- a/devdocs/specs/core-notification.txt +++ b/devdocs/specs/core-notification.txt @@ -21,7 +21,16 @@ ServiceBank[Currency/Hours/Incidents]Depleted NewCSR NewMemo QuickNotification DEPRECATED replaced by DefaultNotification below - +QuoteCreatedUpdated - a bit weird, which is it created or updated? :) +ScheduleMarkerImminent (will rename) +ScheduleMarkerCreated (will rename) +WorkorderItemScheduledUserCreatedUpdated +WorkorderItemScheduledUserEventImminent +WorkorderCloseByDatePassed (user) +WorkorderStatusChanged (user) +WorkorderItemOutsideServiceOverdue +WorkorderItemOutsideServiceReceivedBack +WorkorderItemPartRequestPartsReceived NEW Daily_Notify_health_check (biz and ops) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 3be17288..41b3377a 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -1,10 +1,12 @@ PRIORITY - ALWAYS Lowest level stuff first =-=-=-=- + 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