Activity Diagram for the Meeting Scheduler
Create some activity diagrams for the meeting scheduler problem.
We'll cover the following
Activity diagrams are a great way to visualize the flow of messages from one activity to the other in the system. There can be different activity diagrams that we can create for our meeting scheduler. In this lesson, we will create activity diagrams for the following two activities:
Schedule a meeting
Activity challenge: Respond to an invite
Schedule meeting
The following states and actions will be involved in this activity diagram.
States
Initial state: The user opens the calendar.
Final state: The notification and meeting details are sent to all the invited participants.
Actions
The user opens the calendar and selects an available slot. The user books a meeting room and the meeting details are sent to all invited users.
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.