This repository has been archived by the owner on May 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
#161291025 Add like dislike comment feature #55
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
darthrighteous
temporarily deployed
to
valinor-ah-backend-stagi-pr-55
November 14, 2018 20:30
Inactive
Pull Request Test Coverage Report for Build 566
💛 - Coveralls |
sulenchy
requested review from
andela-moe,
darthrighteous,
mbilesanmi and
tersoo-atsen
November 14, 2018 20:32
sulenchy
force-pushed
the
feature/161291025/like-dislike-comment
branch
from
November 15, 2018 05:14
64db570
to
6e2cb2c
Compare
sulenchy
force-pushed
the
feature/161291025/like-dislike-comment
branch
from
November 15, 2018 05:23
6e2cb2c
to
69cad63
Compare
sulenchy
force-pushed
the
feature/161291025/like-dislike-comment
branch
from
November 15, 2018 05:56
69cad63
to
833ac02
Compare
sulenchy
force-pushed
the
feature/161291025/like-dislike-comment
branch
from
November 15, 2018 06:31
833ac02
to
75832eb
Compare
sulenchy
force-pushed
the
feature/161291025/like-dislike-comment
branch
from
November 15, 2018 07:35
75832eb
to
c9f6285
Compare
darthrighteous
temporarily deployed
to
valinor-ah-backend-stagi-pr-55
November 15, 2018 07:41
Inactive
sulenchy
force-pushed
the
feature/161291025/like-dislike-comment
branch
from
November 15, 2018 07:43
c9f6285
to
b958a57
Compare
sulenchy
force-pushed
the
feature/161291025/like-dislike-comment
branch
from
November 15, 2018 11:46
b958a57
to
9dc1e61
Compare
sulenchy
force-pushed
the
feature/161291025/like-dislike-comment
branch
from
November 15, 2018 13:03
9dc1e61
to
2bb0428
Compare
This comment has been minimized.
This comment has been minimized.
- add likeOrDislikeComment controller - add likeOrDislikeComment route - test likeOrDislikeComment endpoint - refactor validateArticleId middleware [Finishes #161291025]
sulenchy
force-pushed
the
feature/161291025/like-dislike-comment
branch
from
November 15, 2018 15:30
2bb0428
to
a1ba98f
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Add like dislike comment API endpoint
Description of Task to be completed?
How should this be manually tested?
https://valinor-ah-backend-stagi-pr-55.herokuapp.com/api/v1/users/signup
https://valinor-ah-backend-stagi-pr-55.herokuapp.com/api/v1/articles
https://valinor-ah-backend-stagi-pr-55.herokuapp.com/api/v1/articles/:articleId/comments
. Where:articleId
is the id of the articlehttps://valinor-ah-backend-stagi-pr-55.herokuapp.com/api/v1/articles/:articleId/comments/:commentId/reaction/dislike
Any background context you want to provide?
N/A
What are the relevant pivotal tracker stories?
#161291025
Screenshots (if appropriate)
Questions:
N/A