Skip to content

Instantly share code, notes, and snippets.

@cbilliau
Last active October 3, 2016 14:55
Show Gist options
  • Save cbilliau/8f41e195e3fb2cddbd8a9a5bc8d6d838 to your computer and use it in GitHub Desktop.
Save cbilliau/8f41e195e3fb2cddbd8a9a5bc8d6d838 to your computer and use it in GitHub Desktop.
Purpose and user stories for Node.js Cornerstone App.
App Purpose:
1. Display chosen currency exchange rates in realtime.
App User Stories:
1. As a user, I should be able to create a user account.
2. As a user, I should be able to log into app with account I created.
3. As a user, I should be able to add currency exchange rates to my account.
4. As a user, I should be able to remove currency exchange rates from my account.
5. As a user, I should be able to enter in a foriegn currency amount and have it convert to US dollars.
6. As a user, I should be able to view a past history of exchange rates for my added currencies.
MVP items
3. As a user, I should be able to add currency exchange rates to my account.
4. As a user, I should be able to remove currency exchange rates from my account.
5. As a user, I should be able to enter in a foriegn currency amount and have it convert to US dollars.
6. As a user, I should be able to view a past history of exchange rates for my added currencies.
MVP Screens
1. View of login.
2. View of home page with currencies in account.
3. View of historical data for currencies.
@cbilliau
Copy link
Author

cbilliau commented Oct 3, 2016

User Flow
fullsizerender

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment