Files
cs157AOnlineBanking/proj.txt

29 lines
1.0 KiB
Plaintext
Raw Normal View History

2014-10-25 14:06:33 -07:00
Posting Date:
Team Name: Team F8L
Project Title:
Database Title:
Database Schema
2014-10-25 18:43:46 -07:00
1. Users {id, username, password}
id: autogenerated id number.
username: Customer's account username.
password: Custerm's account password.
2014-10-25 14:06:33 -07:00
2014-10-25 18:43:46 -07:00
2.
Functional Requirements
1. Customer can register to create an account.
2. Customer can close their account.
3. Customer can log into their account.
4. Customer can log out of their account.
5. Customer can change password.
6. Customer can reset their password.
7. Customer can check their checking account balance.
8. Customer can check their savings account balance.
9. Customer can withdraw from their accounts.
10. Customer can deposit to their accounts.
11. Customer can view their statements from each account (Checking and Savings).
12. Customer can pay their credit card bill.
13. Administrator can reset non-Admin password.
14. Administrator can view customers who have a zero balance in their checking and/or savings account.
15. Administrator can view who is a late paying their credit card bill.