You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Develop Sequence Diagrams for key interactions within the system, such as User Login, Desk Control, and Reservation Process.
Motivation
To model the flow of control and data between objects in the system during specific scenarios, which helps in understanding the dynamic behavior of the system.
Proposed Solution
Choose key use cases to model, such as:
User logs in to the system.
User controls desk height.
Admin schedules maintenance task.
PicoBricks board communicates with the backend to control a desk.
Use a diagramming tool to create Sequence Diagrams for each scenario.
Include objects like User Interface, Controller, Models, Database, PicoBricks, BLE API.
Acceptance Criteria
Feature is clearly defined.
Sequence Diagrams accurately represent the interactions for chosen scenarios.
Diagrams reviewed and approved by team members.
Tests considered (not applicable for diagrams).
Additional Info
Include the diagrams in the project report.
Use the diagrams to assist in implementing the corresponding functionalities.
The text was updated successfully, but these errors were encountered:
Description
Develop Sequence Diagrams for key interactions within the system, such as User Login, Desk Control, and Reservation Process.
Motivation
To model the flow of control and data between objects in the system during specific scenarios, which helps in understanding the dynamic behavior of the system.
Proposed Solution
Acceptance Criteria
Additional Info
The text was updated successfully, but these errors were encountered: