forked from nordquip/sousms
-
Notifications
You must be signed in to change notification settings - Fork 0
Team minutes User Accounts
nordquip edited this page Oct 16, 2012
·
5 revisions
- Add use case GetTradeHistoryUC to allow a user to see the trades they have made to doc/UAUseCase.md
- Re-write 'FirstTimeRegistrationUC' as 'InitialAccountAccessUC' in doc/UAUseCase.md
- Re-write 'PasswordRecoverUC' as 'PasswordChangeOrRecoverUC' in doc/UAUseCase.md
- Add interfaces needed by the new use cases above to doc/UAInterfaces.md
- Write pseudocode to implement Validation use case (calling interfaces you have specified as necessary)
- Write pseudocode to implement password recovery use case
- Add list of types to sanitize interface
- Write pseudocode to implement sanitize interface
Create login Web service that you can call
- Put use cases from last week in .md format -- DONE
- Put all use cases in doc/UAUseCases.md - DONE
- Write interfaces needed to implement each UserAccounts use case. -- NOT DONE: close still recovery, initial account (password) creation
- Each person add their interface to doc/UAInterfaces.md
Implementation:
- Each person make a php file that says: "Hello --my use case--" -- DONE
- Test these files on webpages.sou.edu (or on your local system if you have PHP)
- Put these files in the src directory -- DONE
Stretch goal:
- All created WAMP stacks on individual machines. -- DONE
- Write Use cases for the following areas: (see notes for additional topics)
- Login: Jesse, Lana, Carlton -- DONE: but not in .md
- Cash information: Joe -- DONE: not .md
- Securities information: Michael -- DONE: not in .md
- Displaying Securities values and total account value: Justin -- DONE: not .md
-
Create a GitHub fork for the User Accounts team -- DONE:
-
All team members create a local repository from the UserAccounts fork -- DONE
- Password confirm
- Password change
- Password recovery
- Password requirements
Cash - Joe
- deposit
- adjust for stock purchases and sales
- (withdraw)
Securities information - Michael
- Symbol, Name
Securities Amount - Justin
- Current value
- total value