Use Case Diagram for Facebook
Learn how to define use cases and create the corresponding use case diagram for the Facebook problem.
Let’s begin building Facebook’s use case diagram and understanding its components’ relationship. First, we will define the different elements of our Facebook system, followed by the complete use case diagram of the system.
System
Our system is Facebook.
Actors
Now, we’ll define the main actors of Facebook.
Primary actors
User: This actor can create a personal profile that includes their information. They can create posts, pages, and groups, and interact with other users by sending friend requests and messages, commenting on posts, and more.
Secondary actors
Page/Group Admin: The admin is in charge of performing numerous operations, including blocking or unblocking users from groups or pages, deleting an existing group, and changing the group’s privacy.
System: This is responsible for sending notifications for new friend requests, messages, comments, etc.
Use cases
In this section, we’ll define Facebook’s use cases. We have listed them according to their interactions with a particular actor. ...