Gaia/Gallery: Difference between revisions
< Gaia
Jump to navigation
Jump to search
Benfrancis (talk | contribs) (Created page with "The Gaia Gallery app is a gallery web app, for the front end of B2G == Status == * Feature Name: Gaia Gallery App * Stage: Development * Release Target: [https://wiki.mozill...") |
Benfrancis (talk | contribs) No edit summary |
||
| Line 30: | Line 30: | ||
=== Dependencies === | === Dependencies === | ||
* B2G Scrolling {{bug|717844}} | |||
* Media Storage API? {{bug|717103}} | * Media Storage API? {{bug|717103}} | ||
* Orientation API? | * Orientation API? | ||
Revision as of 19:03, 26 January 2012
The Gaia Gallery app is a gallery web app, for the front end of B2G
Status
- Feature Name: Gaia Gallery App
- Stage: Development
- Release Target: B2G Demo Phone, Q1 2012
Team
- Front End Developer: Ben Francis
- Media Storage API: Jonas Sicking
- UX: Josh Carpenter & Trond Werner Hansen
- Product Manager: Chris Lee
- Tech Lead: Chris Jones
- Reviewers: Vivien Nicolas (front end)
Issues & Risks
- Where should photos be stored? Currently being stored as files in IndexedDB, but there is discussion around a possible Media Storage API bug 717103
- How should the gallery app integrate with or interact with the camera app to capture new photos? https://github.com/andreasgal/gaia/issues/291
- How to get photos on and off the device? https://github.com/andreasgal/gaia/issues/58
- Gallery app doesn't scroll
Definition
User Stories
- Browse Thumbnails (DONE)
- View Photo (DONE)
- Navigate back to thumbnails (DONE)
- Switch to next photo
- Delete Photo
- Change photo orientation by rotating device (STRETCH)
Dependencies
- B2G Scrolling bug 717844
- Media Storage API? bug 717103
- Orientation API?
- Synchronous IndexedDB API from Web Workers?
- Web Intents?