-
Notifications
You must be signed in to change notification settings - Fork 123
As Locker owner, I want photos from Flickr in my locker
smurthas edited this page Sep 1, 2011
·
7 revisions
To get Flickr photos (and contacts) integrated into the Use UI as a synclet
- Create a Flickr synclet
- Photos
- Contacts
- Add Flickr to the auth drop down tray for Photos and Contacts
- Create API keys on Flickr and add them to the hosted env
- Enable synclets to control their frequency
- Updates to Flickr connector
- Serving up photos (already done in lsyncmanager)
- Flickr photos can be synced into the Locker
- Thumbnail and original saved
- Added to UseUI photos and contacts sections drop down tray
- Synclets can specify their next callback time
- Synclets tests that mirror the rest of them
- lsyncmanager test for synclet specifying the callback time
- Browse photos story (coordination on serving up photos)
N/A
N/A
- Create Flickr synclet
- migrate some Flickr connector code
- migrate some other synclet code
- add auth handling
- Integrate into Use UI
- lsyncmanager specify callback time
Signed off by:
- ...
- What about HUGE accounts? (Does anyone have one to test?)
- Different ID per synclet within a connector
- [] - 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?
- [] - Check that tests pass
- [] - npm rm clucene and check that tests still pass