-
Notifications
You must be signed in to change notification settings - Fork 2
Andrew Kowalczyk
Andrew Kowalczyk edited this page Dec 8, 2013
·
13 revisions
- 09.09.13 Created first version of logo and favicon
- 09.10.13 Updated logo for symmetry
- 09.14.13 Updated favicon for transparency
- 09.14.13 Made first versions of data models for product, coupon and vote with Haley
- 10.03.13 Took Jasmine's Branch
mongoose, updated the schemas, and added some mock data - 10.04.14 Moved all tests into tests folder for the Models, creation tests for all models finished
- 10.08.13 Removed redundant creation tests
- 10.09.13 Merged the
controllersbranch intomaster(aftervotewas merged intocontrollers) - 10.17.13 Flushed out creation test for product controller
- 10.18.13
- Added tests for product POST, DELETE, and GET by id
- Working on getting authentication working for the test environment
- 10.19.13 Added shell scripts to auto generate mock data for products
- 10.22.13 Added async to package dependencies for the server
- 10.31.13 Changed the product schema for ease of use with Shopzilla's product schema
- 11.03.13 Edited product schema for images
- 11.06.13 Converted the test products into an array for ease of use
- 11.16.13
- Edited some code for Quin's game ChuzOff
- Pushed some initial commits for a new game called RateMe
- 11.21.13 Reverted the product schema for use of multiple images and updated RateMe game to match the product page
- 11.23.13 Helped the ingestor team with an aggregation query for category names and id's
- 12.02.13 Removed weird property names from a Schema
- 12.03.13 Implemented using real product images for games since ingestor now works
- 12.04.12 Changed some page styles
- 12.07.13
- Votes now work for the rate me game
- Created a script to generate fake votes on products for the analyzer team