Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] - Create Sequence Diagrams #21

Open
4 tasks
RespectMathias opened this issue Oct 29, 2024 · 0 comments
Open
4 tasks

[Feature] - Create Sequence Diagrams #21

RespectMathias opened this issue Oct 29, 2024 · 0 comments
Assignees

Comments

@RespectMathias
Copy link
Contributor

RespectMathias commented Oct 29, 2024

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

  • 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To Do
Development

No branches or pull requests

2 participants