Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"watching" can be applied to anything #125

Open
frnsys opened this issue Apr 19, 2014 · 1 comment
Open

"watching" can be applied to anything #125

frnsys opened this issue Apr 19, 2014 · 1 comment
Labels

Comments

@frnsys
Copy link
Member

frnsys commented Apr 19, 2014

"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.

@frnsys frnsys added this to the v0.2.0 [cassandra] milestone Apr 19, 2014
@frnsys frnsys added the api label Apr 19, 2014
@frnsys frnsys modified the milestones: v0.3.0 [zoroaster], v0.2.0 [cassandra] Apr 28, 2014
@frnsys
Copy link
Member Author

frnsys commented Apr 28, 2014

note: not 100% certain this is the way to go, at least with if things are taking a more simplified approach. this is because in the simplified version, watching an event is the same as watching the story (that is, in the interface, if an event has "watch" button, in the backend it just watches the story the event is in)

@frnsys frnsys modified the milestone: v0.3.0 [zoroaster] Dec 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant