Skip to content

Instantly share code, notes, and snippets.

@rockchalkwushock
Last active October 9, 2016 23:00
Show Gist options
  • Save rockchalkwushock/66951d9781e5f4448c8d82f7490af6c0 to your computer and use it in GitHub Desktop.
Save rockchalkwushock/66951d9781e5f4448c8d82f7490af6c0 to your computer and use it in GitHub Desktop.
Thinkful Capstone #2: Fullstack with Node.js
The purpose of this app is to provide the user with one location to see the balances of all financial accounts (U.S. only).
User Story Line
As a user, I should be able to sign up for a dashboard account.
As a user, I should be able to securely login to my dashboard account.
As a user, I should be able to add financial accounts to my dashboard.
As a user, I should be able to view the balances of the financial accounts added to my dashboard.
As a user, I should be able to update my credentials to the financial accounts on my dashboard.
As a user, I should be able to remove a financial account from my dashboard.
As a user, I should be able to securely log out from my dashboard.
As a user, I should be able to reset my password.
As a user, I should receive real-time updates on changes to account balances for each financial account.
As a user, I should be able to conduct transactions from my Dashboard using Stripe.
MVP Story Line
As a user, I should be able to add financial accounts to my dashboard.
As a user, I should be able to view the balances of the financial accounts added to my dashboard.
As a user, I should be able to update my credentials to the financial accounts on my dashboard.
As a user, I should be able to remove a financial account from my dashboard.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment