-
Notifications
You must be signed in to change notification settings - Fork 123
As a locker owner, i want to browse the photos in my locker
mdz edited this page Sep 2, 2011
·
10 revisions
Ensure the photo collection is properly processing photos from the synclets and delivering them to the photo viewer.
- Includes: processing photo events from facebook and flickr and foursquare
- Includes: metadata of the network, thumbnail, large, and title (if avail)
- Includes: api endpoint to page through photos (versus getting the entire list)
- Includes: generating full photo events
- Excludes: Image based dedup
- Excludes: search (will be part of main search via events)
- Bonus: process twitter photos
- After I authorize facebook, flickr and foursquare, I see photos in the photo viewer
- Create tests for the photo collection (there are none)
- Flickr photo synclet
- Foursquare photo synclet
N/A
N/A
- test it with the newer facebook photo snyclet process
- test it with the newer flickr photo snyclet process
- test it with the newer foursquare photo snyclet process
- make sure events are being generated appropriately (bonus: have search index them)
- write overall tests
- Images linked from Twitter are catalogued as photos. This might be counter-intuitive
- Ask someone who did not work on the project to get it working on their laptop, to chase out issues you may have missed
- Make appropriate preparations so that remote developers can follow along with the demo
- Demo
- Have the acceptance criteria been met?
- Are the tests sufficient?
- Review known issues
- Does the implementation meet expectations for code quality and clarity?
- What considerations are there for deployment to production?
- Has master been merged in?
- Merge into master
- Check that tests pass