kgrzybek / modular-monolith-with-ddd

Full Modular Monolith application with Domain-Driven Design approach.
MIT License
10.9k stars 1.71k forks source link

Commenting. Implement AddCommentReply use case. #130

Closed AndreiGanichev closed 3 years ago

AndreiGanichev commented 3 years ago
  1. Implement AddCommentReply use case.
  2. Replace CommentCanBeAddedOnlyBy**Attendee**Rule by CommentCanBeAddedOnlyBy**MeetingGroupMember**Rule and move it to MeetingComment aggregate.