nedredmond / 777

ZipMint project repo
3 stars 2 forks source link

USER STORY (BASIC REQ): ADD/REMOVE CREDIT ACCT #7

Open nedredmond opened 5 years ago

nedredmond commented 5 years ago

As a user (logged in), I want to... add / remove a credit account

UPSTREAM DEPENDENCY: Plaid -connecting to a mock bank based on user input.

  1. When the 'add account' button is clicked, the user is taken to a new page 'add account page'

    • Page will request input for account info:
    • Credit Card Provider
    • Account Number
    • Drop Down: Account Type (Credit)
  2. The page will have two buttons, Submit and Cancel

    • Cancel: On-click, will return user to 'Overview Page'
    • Submit:
    • Will check for all fields completed
      • User will receive warning if a field is empty
    • Will return user to 'Overview Page'