diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 5394cf60..b1a3fcb7 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -510,7 +510,14 @@ todo:2 many biz objects are not using new PUT methodology ######################################################################################################################## -CURRENTLY DOING: +CURRENTLY DOING: notification outstanding issues: + RENAME notification model and table and objects to inappnotification + implement notifydeliverylog + implement system to consult notifydelivery log and prevent excessive deliveries + implement front end UI to view notifydeliverylog + test excess delivery prevention circuit breaker + + get back to the PM insufficient inventory check notification Add new notification when pm reaches stop generating date?? PMStopGeneratingDateReached = 22, diff --git a/ayanova/src/views/home-notify-subscription.vue b/ayanova/src/views/home-notify-subscription.vue index bd35c542..84d33e30 100644 --- a/ayanova/src/views/home-notify-subscription.vue +++ b/ayanova/src/views/home-notify-subscription.vue @@ -437,6 +437,7 @@ export default { switch (this.obj.eventType) { case 27: //General notification case 20: //backup status + case 28: //server ops problem case 31: //workordercreatedforcustomer customer notification, no tags case 32: //pm generation failure, like ops notice sb on any item return false;