...
Primary Actor: Crewmember | |
Stakeholders & Interests: | |
Brief Description: A crewmember wants to create a new tab. | |
Preconditions: A crewmember has logged in into to the web application. | |
Postconditions: The crewmember can see its new created tab. | |
Main success scenario (basic flow): | |
Actor Action | System Responsibility |
1. The crewmember creates a new tab
|
4. System validates if supplied tab name is correct. 5. System adds the new tab. |
Extensions (alternative flow): | |
3a [Crewmember supplies starting round and ending round] | 4. System validates if supplied information is correct. 5. System adds the new tab. |
...
Primary Actor: Crewmember | |
Stakeholders & Interests: | |
Brief Description: A crewmember wants to update an existing tab. | |
Preconditions: A crewmember has logged in into to 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 updates a tab
|
4. System validates if supplied tab name is correct. 5. System updates the tab name. |
Extensions (alternative flow): | |
...
Primary Actor: Crewmember | |
Stakeholders & Interests: | |
Brief Description: A crewmember wants to delete an existing tab. | |
Preconditions: A crewmember has logged in into to 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 deletes a tab.
|
4. System deletes the tab. |
Extensions (alternative flow): | |
...
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 to the web application | |
Postconditions: The crewmember can see the newly placed graphs. | |
Main success scenario (basic flow): | |
Actor Action | System Responsibility |
1. The crewmember adds 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. |
...