setting-ize notifications
open
low
Currently foo+*watchers sends a notification when foo is edited, or if foois a cardtype, when cards of type foo are edited.
Instead, we want to add someone to the Pointer foo+*self+*watchers when they watch foo, and foo+*type+*watchers when they watch cardtype foo.
Related support tickets:Relevant user stories:add oneTags:
Ethan and John discussed on call. Some takeaways:
- Ideally we want it to be possible to configure it so that people can edit their own - and only their own -- watching settings. This isn't possible with *watchers
- However, if we turn it around and make it *watching, then it's not really a setting. and it would be especially awkward to point at sets.
- We think this may ultimately be one of the best cases to add persistent user preferences and GUI for them we have yet
- In the meantime, converting this to a setting is still a big improvement (harmonization to settings, and ability to watch all/right/type-and-right), so we'll take that step first.
Notes
