-
Notifications
You must be signed in to change notification settings - Fork 1
Use Case: Delete connection
pawello2222 edited this page May 3, 2016
·
2 revisions
###Brief Description#
This use case describes how a user can delete a connection to the database.
###Basic Flow#
- The user chooses a connection to delete.
- The system asks for a confirmation.
- The user confirms the deletion of the chosen connection.
- The system deletes the connection.
###Alternative Flows# #####Cancelling deletion#
If in the Basic Flow the user does not confirm the deletion, the process is cancelled and the use case ends.
###Pre-Conditions# The user is already logged in the system.
###Post-Conditions# If the use case was successful, the database connection is deleted from the system. If not, the connection remains unchanged.