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

Activity feed - filter #7

Closed
tiblu opened this issue Jun 12, 2018 · 4 comments
Closed

Activity feed - filter #7

tiblu opened this issue Jun 12, 2018 · 4 comments
Assignees
Labels
enhancement Making an existing feature better.

Comments

@tiblu
Copy link
Member

tiblu commented Jun 12, 2018

Enable filtering by:

  • activity type (vote etc)
  • topicId

The need - for example rahvaalgatus.ee wants User to see when and if he/she has voted.

Related tasks:

@tiblu tiblu changed the title Activity feed - filter by activity type Activity feed - filter Jun 12, 2018
@tiblu tiblu added this to Wish list in Winter Push For Perfection (WPFP) via automation Oct 29, 2018
@tiblu tiblu added the enhancement Making an existing feature better. label Nov 7, 2018
@tiblu tiblu moved this from Wish list to TODO - prioritized in Winter Push For Perfection (WPFP) Nov 7, 2018
@tiblu tiblu assigned tiblu and unassigned tiblu Nov 7, 2018
@ilmartyrk ilmartyrk moved this from TODO - prioritized to In Progress - assigned and worked on in Winter Push For Perfection (WPFP) Nov 29, 2018
@ilmartyrk ilmartyrk self-assigned this Nov 29, 2018
@ilmartyrk ilmartyrk moved this from In Progress - assigned and worked on to TODO - prioritized in Winter Push For Perfection (WPFP) Nov 30, 2018
@ilmartyrk ilmartyrk moved this from TODO - prioritized to In Progress - assigned and worked on in Winter Push For Perfection (WPFP) Nov 30, 2018
ilmartyrk added a commit that referenced this issue Dec 6, 2018
@ilmartyrk
Copy link
Member

General activity feed already had an filter option, but now there is option to also filter VoteList objects, to return only voting activities. /api/topics/:topicId/activities and /api/users/:userId/topics/:topicId/activities endpoints already existed, but now they also support filter query attribute. Currently allowed filters are ['Topic', 'Group', 'TopicComment', 'Vote', 'User', 'VoteList']

@ilmartyrk ilmartyrk moved this from In Progress - assigned and worked on to DONE - deployed to production in Winter Push For Perfection (WPFP) Dec 6, 2018
@tiblu
Copy link
Member Author

tiblu commented Dec 18, 2018

@moll Does the update help you solve rahvaalgatus/rahvaalgatus#17?

@moll
Copy link

moll commented Dec 18, 2018

Possibly. Although I suspect it'd be equally easy for us to query that information directly from the database during an initiative's vote period. We're planning to purge signatures after an initiative has finished and will likely depend only on a related "subscribe to updates" feature to emphasize initiatives a person's involved in.

@moll
Copy link

moll commented Dec 18, 2018

That's at least the approach I'm pushing for in rahvaalgatus/rahvaalgatus#115 (comment). :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Making an existing feature better.
Projects
No open projects
Winter Push For Perfection (WPFP)
  
DONE - deployed to production
Development

No branches or pull requests

3 participants