This commit is contained in:
2022-03-09 01:51:40 +00:00
parent b93e4c2440
commit da30586366

View File

@@ -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) 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 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. 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 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: 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 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: 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 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
@@ -824,3 +826,5 @@ BUILD 8.0.0-beta.1-rc4 CHANGES OF NOTE
- 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. - 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 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 - 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