metalglove / Kwetter

This repository aims to implement a Microservice architecture using Domain-Driven Design in .NET 5.
16 stars 4 forks source link

Feature: Unfollow a user #5

Open metalglove opened 3 years ago

metalglove commented 3 years ago

Description

As a User, I'd like to be able to unfollow a user I am currently following, in order to not see the user's Kweets on my timeline anymore (as a result of following the user).

Acceptance Criteria

Reference: Done-Done Checklist

Also, here are a few points that need to be addressed:

  1. Constraint 1: A user can only unfollow the other user, if the other user is currently being followed by the user.

Tasks

metalglove commented 3 years ago

Add pagination later on