PowerlineApp / powerline-mobile

Other
4 stars 16 forks source link

View Voters #544

Open jterps08 opened 7 years ago

jterps08 commented 7 years ago

User A is the author of the item. User A can long-tap the response counter in the newsfeed or in the item detail screen to see a pop-up listing all of the people who upvoted or downvoted the post. The icon to follow these users is displayed for easy following.

igaponov commented 7 years ago

@jterps08 there are can be thousands of voters for one post, how do you want to display all of them in a popup?

jterps08 commented 7 years ago

We will paginate. 15 at a time. Most recent first. Infinite scrolling on frontend will load the next 15 as we get to the end of the first set. And so on and so forth.

jterps08 commented 7 years ago

Just like "Likes" or "Favorites", most people don't scroll through all of them. But it would be good to display them so that people know who's interested. They may want to follow them, etc.

igaponov commented 7 years ago

@oleg201119 https://api-dev.powerli.ne/api-doc#get--api-v2-polls-{id}-answers

jterps08 commented 7 years ago

This is v2.2 so this can wait a little bit... Thanks Igor.