Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FlowSpecifications


IDAP-UC09-BF
NameDelete a message from the message list view
Description/
Actor(s)One healthcare professional
Requirements
  • Atleast one two message in one of the message boxes.
TriggerA healthcare professional wants to delete a message.
Precondition(s)
  • The user is logged in.
  • The user wants to delete a message.
Flow
  1. See use case: login.
  2. The user wants to view the contents of one of his message boxes.
    The user will see a list with all of his message for the specific folder he/she requested.
    See use case: consultation for more information about the GetMessagesList method.
  3. The user selects a message. The user wants to delete this message.
  4. The user gets a confirmation screen. The user can chose to confirm (4a) or not (4b).
    1. The user confirms and the message gets deleted.
      A request will be sent to delete the message. Afterwards,
      a request will be sent to update the message list.
    2. The message remains the same. Nothing happens.
Postcondition(s)

Path 4a:

  • The deleted message is no longer available.

Path 4b:

  • The message is still available. Nothing has changed.
Test Data

GetMessagesList

DeleteMessage

Endpoint(s)


...