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

10/14 Plan #35

Open
SophieDeBenedetto opened this issue Oct 14, 2021 · 1 comment
Open

10/14 Plan #35

SophieDeBenedetto opened this issue Oct 14, 2021 · 1 comment

Comments

@SophieDeBenedetto
Copy link
Collaborator

  • Continue with any debugging of the post list sorting described here Like sort on initial press when stale #34 (comment)
  • Ensure that when a post is added to the list in real-time, via pub sub, that any sorting is respected.
  • Discuss next steps! Pick a feature that you guys want to build out next and write up a new issue with the following format:
## User Story
A brief description of how the feature should behave from the point of view of the user

## Implementation Notes
Any notes/ideas on how we will build the feature
@jacquelineIO
Copy link
Contributor

jacquelineIO commented Oct 14, 2021

We have our original list of features that we can look at. But after finishing today's PR, I realize that maybe the next thing would be to actually count the likes/unlikes on a post so that different users can like/unlike.

## User Story
As a user I want to be able to see how many likes a post has by different users so that I can see what is popular.

## Implementation Notes
Create a database table to map user_id to post likes.
Display the likes by counting the number of likes in the table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants