Gaia/Gallery
< Gaia
Jump to navigation
Jump to search
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
- Media Storage API? bug 717103
- Orientation API?
- Synchronous IndexedDB API from Web Workers?
- Web Intents?