UseCase_DeleteProblem - CMPUT301F18T10/MediTrack GitHub Wiki
Use Case Name: DeleteProblem
Use Case ID: 01.03
Participating Actors: Patient, MediTrack
Goal: Delete an existing problem
Trigger: User click the delete button for the problem
Precondition: The selected problem exists
Postcondition: The selected problem deleted
Basic Flow:
1. User logs in
2. User chooses a problem to see its details
3. Meditrack shows the details of that problem
4. User opts to delete the problem
5. Meditrack deletes the problem
Include:
UseCase_LogIn
Related Artifacts: US 01.04.01