You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: