diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 26c8603c..1a069f43 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -64,6 +64,11 @@ todo: client global settings notification systemactive Needs to get data from api as well as UI to control it and translation key for NotificationSystemActive UI +TODO: home-notify-subscription needs to also have ability to subscribe to DefaultNotification type via email + This one is a bit tricky because it will always be able to deliver via in app but user can also opt for email delivery + so it should either always show a default inapp for DefaultNotification or it should not allow them to make one for inapp + Not sure what is best but it should be braindead simple + todo: UI area for viewing App notifications https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3783 notifications list UI as per case @@ -93,7 +98,7 @@ todo: WorkorderStatus types and QuoteStatusTypes FINISHED STATUS or END STATUS This is required so that things like wostatusage notifications know to ignore the END status as it's not going to change after that and also so it knows which are considered "Finished" or "Finalized" or whatever is the best term probably going to need it for a bunch of other stuff as well since there is no separate Closed flag -todo: wo, quote and any other AgeValue notify objects are going to need to be able to determine when they were last modified, read the event log I guess +todo: wo, quote and any other AgeValue notify objects are going to need to be able to record and compare age of event happening For things like wostatusAge etc. Or, maybe they will need a separate datetime field to record the last time the status was changed diff --git a/ayanova/src/views/home-notify-subscription.vue b/ayanova/src/views/home-notify-subscription.vue index ce813afd..37f82902 100644 --- a/ayanova/src/views/home-notify-subscription.vue +++ b/ayanova/src/views/home-notify-subscription.vue @@ -6,6 +6,7 @@ {{ obj }} + TODO: Default notification via email as an option