The system is divided into the following bounded contexts, according to the identified pivotal points:
Following is a detailed description of each bounded context.
The Users
bounded context manages everything related to the users,
authentication and access to app features.
UserCreated
UserUnblocked
UserBlocked
UserUpdated
UserLoggedOut
AdminLoggedOut
UserLoggedIn
AdminLoggedIn
The Friendships
bounded context is responsible for managing
the friendships between users and their messages.
FriendshipRequestSent
FriendshipRequestAccepted
FriendshipRequestRejected
FriendshipRemoved
MessageSent
MessageReceived
The Contents
bounded context manages everything related to posts.
PostPublished
ContentAlert
« Back to Index | « Previous | Next » |