From da305863666720ab1a744367c46b2a0c36ff7198 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 9 Mar 2022 01:51:40 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 1193abe0..ba62f6da 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -27,6 +27,7 @@ FIRST CLIENT SOURCE CODE COMMIT JAN 3rd 2019 TODO: notify delivery log is not exposed in the UI!? (only the queue of events apparently) Add two separate datatable forms one for proxy and user notifications each in ops +todo: docs for delivery logs copy of customer notification doesn't seem to be implemented, possibly others, do a reference search for each notification and track down any that remain un-implemented. the customer copy one is important now that we have proxy notifications @@ -38,6 +39,7 @@ cases bugbug: change status on quote and save then can't change other things and save. Maybe same with workorder too. bugbug: home-notifications text in general error is cut off, doesn't overflow properly just goes off the screen as if not contained + seems like static pre text so maybe throw it in a div or add an overflow-auto to it or something todo: dbutil erase db new tables not added!! may b e more than just customernotification, haven't been in there in a while todo: mirror remove not used settings in regular user notify subscription to avoid duplicate problem there too with invalid or more likely hidden and hard to diagnose settings @@ -823,4 +825,6 @@ BUILD 8.0.0-beta.1-rc4 CHANGES OF NOTE - subscriptions lists fixed bug where no type selected would display "[undefined]" in data list, now displays nothing - fixed tag control title which was too high and smaller chips so that tag controls are same height as other controls and can show more in a smaller space. - added missing "duration" field description to notify-subscription docs -- Added CustomerNotification feature, exposed as Customer notifications in UI Customers section, see corresponding help doc for details \ No newline at end of file +- Added CustomerNotification feature, exposed as Customer notifications in UI Customers section, see corresponding help doc for details +- Added user notification delivery log in OPS +- Added Customer notification delivery log in OPS \ No newline at end of file