From 89b910768221f7d9ad060891e729b9a27eee1039 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 20 Jul 2020 19:05:28 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 4 +- ayanova/src/views/home-notifications.vue | 71 +++++++++++++++++-- .../src/views/home-notify-subscription.vue | 8 +-- 3 files changed, 71 insertions(+), 12 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 08b28a38..982ab6bb 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -55,9 +55,7 @@ todo: //NEW NOTIFICATION SUBSCRIPTION EVENT TYPE: BACKEND -todo: remove fetched date column from notification table? (doesn't appear to be used in current system) - although, would be useful for bolding new items maybe? - + todo: BAckend server routes for App notification fetch and clear etc todo: Back end notification related settings diff --git a/ayanova/src/views/home-notifications.vue b/ayanova/src/views/home-notifications.vue index 6fe79345..80f6c9e1 100644 --- a/ayanova/src/views/home-notifications.vue +++ b/ayanova/src/views/home-notifications.vue @@ -1,6 +1,7 @@