-
Notifications
You must be signed in to change notification settings - Fork 1
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
likes service #186
likes service #186
Conversation
resolved merge conflicts. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume that we will implement a query in the frontend that gets the total amount of likes by commentId from the likes table in order to display the total amount of likes for a comment. I.e. we do not store the total amount of likes in the backend likes table. Or is that something we should consider doing on the backend? This would require a total likes column in the likes table.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
closes #177
overview
creates a like service and connects it to the comments router
endpoints