...
Fully dressed description
Create Tab
Primary Actor: Crewmember | |
Stakeholders & Interests: | |
Brief Description: A crewmember wants to create a new tab. | |
Preconditions: A crewmember has logged in into the web application. | |
Postconditions: The crewmember can see its new created tab. | |
Main success scenario (basic flow): | |
Actor Action | System Responsibility |
1. The crewmember wants to create a new tab
4. The crewmember confirms the given input. |
6. System adds the new tab. |
Extensions (alternative flow): | |
4a [Crewmember supplies starting round and ending round] | 5. System validates if supplied information is correct. 6. System adds the new tab. |
Update Tab
Primary Actor: Crewmember | |
Stakeholders & Interests: | |
Brief Description: A crewmember wants to update a existing tab. | |
Preconditions: A crewmember has logged in into the web application and the crewmember needs to have a tab | |
Postconditions: The crewmember can see its updated tab | |
Main success scenario (basic flow): | |
Actor Action | System Responsibility |
1. The crewmember wants to update a tab
4. The crewmember confirms the given input. |
6. System updates the tab name. |
Extensions (alternative flow): | |
Read Tab
Primary Actor: Crewmember | |
Stakeholders & Interests: | |
Brief Description: A crewmember wants to read an exisiting tab | |
Preconditions: A crewmember has logged in into the web application and the crewmember needs to have a tab | |
Postconditions: The crewmember can see its tab | |
Main success scenario (basic flow): | |
Actor Action | System Responsibility |
1. The crewmember wants read its tab |
|
Extensions (alternative flow): | |
Delete Tab
Primary Actor: Crewmember | |
Stakeholders & Interests: | |
Brief Description: A crewmember wants to update a existing tab. | |
Preconditions: A crewmember has logged in into the web application and the crewmember needs to have a tab | |
Postconditions: The crewmember has deleted its tab. | |
Main success scenario (basic flow): | |
Actor Action | System Responsibility |
1. The crewmember wants to delete a tab
|
4. System deletes tab. |
Extensions (alternative flow): | |
Place Graph
Fully dressed description
Primary Actor: Crewmember | |
Stakeholders & Interests: | |
Brief Description: A crewmember wants to view the data from the sensors in a graph, to do this they place their desired graph in their tab. | |
Preconditions: A crewmember has logged in into the web application | |
Postconditions: The crewmember can see the chosen graphs. | |
Main success scenario (basic flow): | |
Actor Action | System Responsibility |
1. The crewmember is going to add a new graph to his tab.
|
|
Extensions (alternative flow): | |
2a. There are no sensors available in the database. 4a. There are no graphs available that are linked with the shown sensors. |
System sequence diagram
Remove Graph
Fully dressed description
Primary Actor: Crewmember | |
Stakeholders & Interests: | |
Brief Description: A crewmember wants to delete a graph from a tab. | |
Preconditions: A crewmember has logged in into the web application. | |
Postconditions: The crewmember removed the graph from his tab. | |
Main success scenario (basic flow): | |
Actor Action | System Responsibility |
1. The crewmember selects a tab to remove a graph from.
|
4. System removes the graph from the selected tab. |
Extensions (alternative flow): | |
2a. There are no graphs on the selected tab. |