-
Notifications
You must be signed in to change notification settings - Fork 1
Description
"watching" can be applied to anything - events, stories, concepts -
watching is "keep an eye on something, let me know when it changes and what has changed about it"
* story: when a story changes, let me know how many new updates there are
* concept: let me know when new events mentioning a concept happen
* event: let me know if new articles are added
* all of the above: if there is new discussion on any of them
AFAIK this just requires is having a watching attribute on users and an inverse watchers on the above entities, and updating API endpoints accordingly.
it will additionally require the specific handling of when an entity is updated, i.e. for stories it is when a new update/event is present, a concept is when a new event mentioning the concept happens, etc.