Skip to content

Commit

Permalink
Make 3rd user story a bonus
Browse files Browse the repository at this point in the history
  • Loading branch information
davkutalek committed Nov 1, 2019
1 parent 29c5a18 commit 7a9f125
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ Hover provides its list of network operators via a public HTTP API: https://www.

## User stories

- As a user I want to see which SIM card(s) are present in my device in my app.
- As a user I want to compare what the MultiSim library is reporting to what Hover's network list reports as the name and country of my SIM card(s).
- As a user I want to submit a request to update the network name for my SIM card.
1. As a user I want to see which SIM card(s) are present in my device in my app.
2. As a user I want to compare what the MultiSim library is reporting to what Hover's network list reports as the name and country of my SIM card(s).
3. **Bonus**: As a user I want to submit a request to update the network name for my SIM card.
- There is no real url for this, but just assume you are delivering some JSON to an endpoint. The JSON schema should make sense and provide the neccessary info to understand what the user thinks the network should be as well as what the phone is reporting.
- We would rather see the first two stories complete than all three stories complete but without essential parts like tests.

## Acceptance criteria

Expand Down

0 comments on commit 7a9f125

Please sign in to comment.