This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
<v-row>
|
||||
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
||||
{{ obj }}
|
||||
TODO: Default notification via email as an option
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<v-select
|
||||
v-model="obj.eventType"
|
||||
|
||||
Reference in New Issue
Block a user