Skip to content

Latest commit

 

History

History
74 lines (71 loc) · 8.67 KB

CHECKLIST.md

File metadata and controls

74 lines (71 loc) · 8.67 KB

Deliverables Checklist

  • In a 3-ring binder, (unless everything done online already)
    • Professional labeling on the outside
    • Professional Table of Contents
    • Complete set of Individual and Group Status reports
    • The ProjectID sheet +Installation CD in a page protector for easy removal
    • Dividers between deliverables
    • ~~Printed user documentation (create with HelpScribble or another tool) ~~
    • Printed technical documentation (create with Doxygen or Sandcastle or another tool)
    • Unit test plan document filled and screenshot
  • Installation CD with a professional label.
  • The Installation CD must also have these folders:
  • Create a zipfile archive to be submitted to Desire2Learn, containing:
    • \Project containing all analysis and design documents and diagrams from meetings 1, 2 and 3
    • \Documentation containing the user and technical documentation
    • \Source containing complete source code for the application (buildable and runnable).
  • Checklist
    • Project Id sheet
    • UnitTest completed (all passed)
    • Tech Doc
    • User Doc
    • Program
    • User Interface
    • Installer
    • Report
    • Binder
    • DVD

Requirements checklist

Feature Implemented? Notes Member Due Date
Employee add game Yes ✅
Employee edit game Yes ✅
Employee delete game Yes ✅ Test deleting a game with orders Peter, Nicole Friday
Employee create new event Yes ✅
Employee update event Yes ✅
Employee delete event Yes ✅ Delete with members works in PR #61 Rob Friday
Employee approve/disapprove review Yes ✅
Employee see/prints reports No 🔴
GameList Yes ✅
GameDetail Yes ✅
MemberList Yes ✅
MemberDetail Yes ✅
WishList Yes ✅
Other Yes ✅ Sales
Employee processes Cart(checked out) Yes ✅
Attractive Homepage/website Yes ✅
Member search game Yes ✅
Member see a game detail Yes ✅
Member change password Yes ✅
Member forget password and resets Yes ✅ Implemented in PR #69 John Friday
Display overall rating for each game Yes ✅
Member profile contains display name, actual name, gender, birthdate, email Yes ✅
Member can select promotional email Yes ✅
Member indicates favourite platforms and game categories No 🔴 John Saturday
Member enter ship address Yes ✅
Member modify ship address Yes ✅
Member delete ship address Yes ✅ Implemented in PR #70 John Friday
Member register credit cards Yes ✅ Only one card saved
Member fill wishlist Yes ✅
Friends and relatives see wishlist Yes ✅
Member rate games Yes ✅
Member review games Yes ✅
Member download shareware game Yes ✅ Implemented in PR #73 John, Peter Saturday
Member register event Yes ✅ Implemented in PR #61 Rob Friday
Add items to Cart Yes ✅
Remove items to Cart Yes ✅
Checkout Yes ✅
Option for visitor to join- Login screen Yes ✅
Create new user with unique display name Yes ✅
Strong password Yes ✅
Limit login attempts (3) Yes ✅ Implemented in PR #60