Skip to content

Team minutes User Accounts

nordquip edited this page Oct 16, 2012 · 5 revisions

Goals for 121022:

Design

  • 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

Implementation

Create login Web service that you can call

Goals for 121015

Design Goals:

  • 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

Goals for 121008

  1. 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
  1. Create a GitHub fork for the User Accounts team -- DONE:

  2. All team members create a local repository from the UserAccounts fork -- DONE

Notes:

  • 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

Clone this wiki locally