Langara-CPSC2350 / hw2-Amir-Frayan-Ryutaro

0 stars 0 forks source link

Part 3: Sequence Diagram #12

Open ItsYaBoiAmiri opened 1 year ago

ItsYaBoiAmiri commented 1 year ago

This is a sequence diagram for an app that allows a caregiver to monitor an elderly person's health:

sequence diagram-SLS-App

Here's how the sequence diagram works:

The caregiver opens the app and requests the elderly person's health data. The app sends a request to the server to authenticate the user. The server responds with an authentication token. The app uses the token to request the elderly person's health data from the server. The server responds with the health data. The app sends a notification alert to the server to be forwarded to the elderly person's app if necessary. The server forwards the notification alert to the elderly person's app. The caregiver logs out of the app. The app sends a logout request to the server. The server logs out the user and sends a response. The caregiver closes the app. The app sends a close request to the server. The server logs out the user and sends a response.

fforoughi commented 1 year ago

Use Case Sequence Diagram Description Sequence Diagram Use Case Description.pdf