Skip to content

Instantly share code, notes, and snippets.

@amitkot
Last active December 12, 2015 09:59
Show Gist options
  • Save amitkot/4755518 to your computer and use it in GitHub Desktop.
Save amitkot/4755518 to your computer and use it in GitHub Desktop.
Bank Accounts Spec

Bank account Management App

Screens

Accounts List

  • Show a list of accounts
  • Allow adding a new account
  • Edit Account details

Create Account / Edit Account Info

  • Include the following data:
    1. Bank Name
    2. Branch Name/Number
    3. Account Number
    4. Account Owner names, separated by comma (, char)
    5. Account Owner ID numbers, seperated by comma
    6. Date the account was open
    7. Account balance

Actions

  • Deposit and Withdraw money
  • (Bonus) Transfer money between accounts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment