-
Notifications
You must be signed in to change notification settings - Fork 2
Thomas Costello
thomascostello23 edited this page Dec 16, 2013
·
16 revisions
- 09.25.13 Emailed Terran and Joe information about Facebook's APIs
- 09.29.13 Added coupon-controller requirement to app.js and fixed GET for coupon using test data
- 09.29.13 Coupons searchable by issuer, expired coupons, and active coupons
- 10.02.13 Added POST and PUT functionality for coupon using test data
- 10.08.13 Reprogrammed coupon-controller GET and POST to work with mongo database
- 10.10.13 Implemented re-factored CRUD operations for coupon-controller
- 10.14.13 Coupons searchable by issuer, expired coupons, and active coupons (using mongo database)
- 10.19.13 Developed more extensive tests for coupon
- 10.22.13 Refactored mocha tests, fixed several callback and nesting problems
- 10.29.13 Read up on jade and stylus and began move to front-end
- 10.29.13 Developed fake data for coupon on front-end
- 10.31.13 Developed fake data for user on front-end
- 11.06.13 Updated "trends" page to include "Trending Up" and "Trending Down" sections
- 11.07.13 Added Product stubs to browse page/designed "product-capsule" display
- 11.09.13 Browse page statically displays actual product from database
- 11.10.13 Refactored code for sample product data, dynamically display products from mongodb
- 11.11.13 Products searchable by name on browse page, results are dynamically displayed
- 11.14.13 Hitting enter triggers search on browse page (previously had to press button)
- 11.16.13 Products searchable by name or brand on browse page
- 11.16.13 Hovering over product on browse page will display description
- 12.05.13 Reverted back to side-bar navigation
- 12.08.13 Set up front-end testing using zombie.js
- 12.09.13 Added more basic front-end tests