-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
title: Use Cases | ||
description: The Use Cases for the MVP | ||
--- | ||
|
||
||UC01| | ||
|----|---| | ||
|title|display the pet| | ||
|pre condition|Display,Data from Backend| | ||
|post condition|the pet from the backend is displayed on the screen| | ||
|
||
||UC02| | ||
|----|---| | ||
|title|display the stats of the pet| | ||
|pre condition|Display,Data from Backend| | ||
|post condition|the stats pet from the backend is displayed on the screen| | ||
|
||
||UC03| | ||
|----|---| | ||
|title|feed the pet| | ||
|pre condition|Display,Button, trigger from backend| | ||
|post condition|the pet is fed| | ||
|basic path|1. trigger from backend "hungry" </br> 2. notification to user </br> 3. user can feed the pet over the menu </br> 4. status update is sent to the backend| | ||
|
||
||UC04| | ||
|----|---| | ||
|title|menu| | ||
|pre condition|Display,Button| | ||
|post condition|menu is usable| | ||
|basic path|1. press button </br> 2. menu usable </br> 3. close menu| | ||
|
||
||UC05| | ||
|----|---| | ||
|title|feedback| | ||
|pre condition|vibration motor| | ||
|post condition|haptic feedback| | ||
|basic path|1. trigger (hungry, ill) </br> 2. vibrate| |