Index | Branch | Entity | Note |
---|---|---|---|
1 | CU01 | User | 1. user signin |
Index | Branch | Note |
---|---|---|
0 | Back | coding style by ESLint |
1 | Back01 | 1. modify Models |
Index | Branch | Note |
---|---|---|
1 | RF01 | adjust response message form in user/reply controllers, add getCurrentUser route |
2 | RF02 | refactor each controller: modify response api data content and error message & remove res.status(code) |
3 | RF03 | improve efficiency of get the specific user from database |
Index | Branch | Note |
---|---|---|
1 | FX01 | heap out memory issuse on getUser route |
2 | FX02 | exclude admins in getTopUser & add checking process that user can't follow or unfollow any admin |
3 | FX03 | modify isLiked/isFollowed in getUserTweets/getUserFollowers routes |
4 | FX04 | add tweetUser info in getUserLikes route |
5 | FX05 | change character capital to pass unit test |
Index | Branch | Note |
---|---|---|
1 | DOC01 | add README.md file |
Index | Branch | Note |
---|---|---|
1 | CHORE01 | add notes (feature & route) in each controller |
Index | Branch | Note |
---|---|---|
1 | TravisPR01 | add JWT_SECRET and reset original setting of test script |