From e6f66ba6d050ccc58f9ced8d351b412632b316b4 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 17 Jul 2020 00:06:02 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 1a069f43..155449dc 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -68,7 +68,7 @@ TODO: home-notify-subscription needs to also have ability to subscribe to Defaul 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 @@ -98,6 +98,8 @@ 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: notifyeventthype WorkorderClosed needs to be renamed or maybe removed in light of directlyu above regarding some status are now the equivalen to closed state in v7 + 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