This commit is contained in:
2020-07-07 23:47:56 +00:00
parent e3fe14acc9
commit e701c09a4a

View File

@@ -6,12 +6,16 @@ PRIORITY - ALWAYS Lowest level stuff first, i.e. TODO at server, api route chang
todo: notification todo: notification
https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3783 https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3783
polling example code: notifications list UI as per case
https://davidwalsh.name/javascript-polling back end at server
https://javascript.info/long-polling whole internal system and JOB
https://github.com/vuetifyjs/vuetify/blob/3513d76774ce4ed02c34220ba6389fa0f42467c1/packages/docs/src/components/app/Notifications.vue 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...? todo: Test server down while polling in release mode, does it recover when server starts again or...?