diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index ea096ec1..982ab6bb 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -24,7 +24,10 @@ todo: BAckend inapp notification form POSSIBLE: Items approaching 90 days old should show differently to indicate they are about to be deleted, like faded or something? - + TODO: Vuetify List - Layout: 3 LINE style Listed in order from newest at top + to oldest at bottom AVATAR to left side which is icon of ayatype TITLE which + is the event type translation AND object name SUBTITLE which is the message + if applicable ACTION buttons open object, delete notification todo: add Client app notification form todo: Add backend routes to support client app notification @@ -133,6 +136,9 @@ todo: wo, quote and any other AgeValue notify objects are going to need to be ab ########################## +todo: for some reason getting error about checking for notifications logout and back in again even after clean reboot + Not sure why or how the notification check is starting but it's not right at the moment + At most sb one message saying server is unreachable and one more saying it's ok if it comes back but nothing in between todo: PMBIZ AND QUOTEBIZ AND QUOTETEMPLATEBIZ objects are fucked, seems to be an outdated version redo it from current best practices (PM TEMPLATE BIZ?). Note that it is missing many new methods like notifidation etc because of being fucked diff --git a/ayanova/src/views/home-notifications.vue b/ayanova/src/views/home-notifications.vue index 5439dc21..35f2d03d 100644 --- a/ayanova/src/views/home-notifications.vue +++ b/ayanova/src/views/home-notifications.vue @@ -1,10 +1,7 @@