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
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...?