From e701c09a4a39ee6a9428cdc4e7d876ead1edc04e Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 7 Jul 2020 23:47:56 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index aa8bafe4..54b73a34 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -6,12 +6,16 @@ PRIORITY - ALWAYS Lowest level stuff first, i.e. TODO at server, api route chang todo: notification - https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3783 - polling example code: - https://davidwalsh.name/javascript-polling - https://javascript.info/long-polling - https://github.com/vuetifyjs/vuetify/blob/3513d76774ce4ed02c34220ba6389fa0f42467c1/packages/docs/src/components/app/Notifications.vue + https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3783 + notifications list UI as per case + back end at server + whole internal system and JOB + Automatic processing + other delivery methods besides client UI + Client related routes at server + Seen, fetch, delete etc + create notifications at server for ops stuff in todos once back end is coded todo: Test server down while polling in release mode, does it recover when server starts again or...?