This commit is contained in:
2020-07-20 15:44:19 +00:00
parent 2cc5971318
commit 311db14b7a
2 changed files with 8 additions and 5 deletions

View File

@@ -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

View File

@@ -1,10 +1,7 @@
<template>
<div>
<h1>New notification count: {{ newNotificationCount() }}</h1>
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
</div>
</template>