Kwetter
Kwetter copied to clipboard
Feature: Follow a user
Description
As a User, I'd like to be able to follow a user, in order to see the user's Kweets on my timeline.
Acceptance Criteria
Reference: Done-Done Checklist
- [ ] Should be able to follow a user
Also, here are a few points that need to be addressed:
- Constraint 1: A user can only follow the other user, if the other user is not already being followed by the user.
Tasks
- [x] FollowService
- [x] Tests
- [ ] FollowUser button
- [ ] Tests
Add pagination later on