Skip to content

Commit

Permalink
ft(like-and-dislike-a-comment): Allow user to like and dislike a comment
Browse files Browse the repository at this point in the history
 - Add comment id column inside LikeAndDislike table
 - Create 2 routes for liking and disliking the comment
 - Implement functions to allow user like and dislike comments
 - Write unit tests for implemented functions
 - Document my feature using Swagger

[(Finishes #166790108)]
  • Loading branch information
Joseph Nkurunziza committed Jul 22, 2019
1 parent 7f56beb commit 7f0447a
Show file tree
Hide file tree
Showing 14 changed files with 452 additions and 102 deletions.
3 changes: 1 addition & 2 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
service_name: travis-pro
repo_token: 5wHJgqAVMocmuMfz7Nr26hEBqmO7gtzJJ
repo_token: G3KUaGgIQZdYITPWuU0uIfjZckwOlOq8C
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build Status](https://travis-ci.com/andela/ah-jawans-backend.svg?branch=develop)](https://travis-ci.com/andela/ah-jawans-backend)
[![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com)
[![Reviewed by Hound](https://img.shields.io/github/issues/andela/ah-jawans-backend.svg?style=flat-square)](https://houndci.com) [![Coverage Status](https://coveralls.io/repos/github/andela/ah-jawans-backend/badge.svg?branch=develop)](https://coveralls.io/github/andela/ah-jawans-backend?branch=develop)
[![Reviewed by Hound](https://img.shields.io/github/issues/andela/ah-jawans-backend.svg?style=flat-square)](https://houndci.com) [![Coverage Status](https://coveralls.io/repos/github/andela/ah-jawans-backend/badge.svg?branch=develop)](https://coveralls.io/github/andela/ah-jawans-backend?branch=develop) [![Maintainability](https://api.codeclimate.com/v1/badges/fbf4e41d7d7846a0bee6/maintainability)](https://codeclimate.com/github/andela/ah-jawans-backend/maintainability)

Authors Haven - A Social platform for the creative at heart.
=======
Expand Down
Loading

0 comments on commit 7f0447a

Please sign in to comment.