metalglove / Kwetter

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

Feature: Post Kweet #7

Open metalglove opened 3 years ago

metalglove commented 3 years ago

Description

As a User, I'd like to post a Kweet on my timeline, in order to let my followers know how cool I am.

Acceptance Criteria

Reference: Done-Done Checklist

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

  1. Constraint 1: The message in the Kweet can not exceed more than 140 characters or be shorter than 4 characters.

Tasks