This commit is contained in:
2022-03-07 19:27:43 +00:00
parent 926cb159c6
commit dd3b236146

View File

@@ -36,8 +36,8 @@ How to implement auto notifications if can report and send from server
ideally it would display in the form live as any changes are made and if the customer has no email it would highl8ight that somehow
NICE TO HAVE FEATURE would also be available backwards from the Customer to view a list of things they will be notified about based on their tags and subscriptions set up
modify exiting notification system to understand and work with this type where instead of a user subscribing it's one of these tag types so it checks cust tags to see if this customer gets it
then locally compiles report and sends it
modify exiting notification system to understand and work with this type where instead of a user subscribing it's one of these tag types so it checks cust tags
to see if this customer gets it then locally compiles report and sends it
or else make it a parallel system with it's own subscriptions tables and models so as not to pollute existing system maybe?
This way users can make infinite different ones by tag with their own reports etc
There are only a few customer specific notifications so it won't be everything
@@ -228,6 +228,8 @@ todo:3 todo: check out this SPA memory leak detector, it *does* have a login abi
todo: 1 should a superuser really have a dashboard?
todo: 2 create workorder, quote, pm from customer record??
was that a v7 feature? make it so? v.next?
todo:2 need to track fetched keys vs used keys so can tell if fetched a key that I don't need or stopped using due to code change