Gaia/Gallery: Difference between revisions
< Gaia
Jump to navigation
Jump to search
m (→Team) |
mNo edit summary |
||
| Line 12: | Line 12: | ||
== Issues & Risks == | == 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}} | * 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 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 | * How to get photos on and off the device? https://github.com/andreasgal/gaia/issues/58 | ||
== User Stories == | |||
* [https://github.com/andreasgal/gaia/issues/292 Delete Photo] | * [https://github.com/andreasgal/gaia/issues/292 Delete Photo] | ||
* [https://github.com/andreasgal/gaia/issues/43 Change photo orientation by rotating device] | * [https://github.com/andreasgal/gaia/issues/43 Change photo orientation by rotating device] | ||
== | == Requirements == | ||
==== | |||
* TBD | |||
== Dependencies == | |||
* Media Storage API? {{bug|717103}} | * Media Storage API? {{bug|717103}} | ||
* Orientation API? | * Orientation API? | ||
* Web Intents? | * Web Intents? | ||
== Development == | == Development == | ||
[https://github.com/andreasgal/gaia/tree/master/apps/gallery Source code on Github] | [https://github.com/andreasgal/gaia/tree/master/apps/gallery Source code on Github] | ||
== Design Specs == | |||
Revision as of 16:06, 11 April 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 M2 - Demo Phone, Q1 2012
Team
- UX: Frank Lee (IRC: flee)
- Dev: David Flanagan (IRC: djf)
- B2G: Jonas Sicking (Media Storage API)
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
User Stories
Requirements
- TBD
Dependencies
- Media Storage API? bug 717103
- Orientation API?
- Web Intents?