Skip to content

As a locker owner, i want to browse the photos in my locker

mdz edited this page Sep 2, 2011 · 10 revisions

Analysis

Goal

Ensure the photo collection is properly processing photos from the synclets and delivering them to the photo viewer.

Scoping

  • 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

Acceptance criteria

  • After I authorize facebook, flickr and foursquare, I see photos in the photo viewer

Testing

  • Create tests for the photo collection (there are none)

Dependencies

  • Flickr photo synclet
  • Foursquare photo synclet

Wireframes

N/A

Mockups

N/A

List of known tasks

  • 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

Known issues

  • Images linked from Twitter are catalogued as photos. This might be counter-intuitive

Pre-acceptance checklist

  • 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

Acceptance checklist

  • 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 checklist

  • Merge into master
  • Check that tests pass
Clone this wiki locally