-
Notifications
You must be signed in to change notification settings - Fork 1
Release Planning
adneufel edited this page Feb 28, 2012
·
8 revisions
- MVC Framework implementation using abstract classes/interfaces
- Interface for main activity including: button to take photo, button to view logs
- Database / storage handler for the view logs and the photos within
- Activity to take photo then display photo and give option to retake photo
- Add display menu of options to photo activity to allow photo to be used (new view log, add to log, replace photo...)
- Name, create, and save log with the first photo attached to it.
From Use Case 2 (add photo to existing view log): after selection of "add to log" after photo is taken
- select view log to add photo to
- take received photo and add it to log
From Use Case 3 (view log entries and compare): after selection of view logs button on main app screen
- Display all current condition logs
- Make each log list clickable. Clicking an entry would display a slideshow of photos, chronologically from the left.
- back returns to log slideshow
From Use Case 3 (view log entries and compare): after selection of view logs button on main app screen
- Enable swipe left to go left, swipe right to go right in slideshow
- Add "compare photos" button which then displays slideshow in a selectable form to allow 2 to be selected.
- Screen to show comparison of two photos in a log (half screen each)
- Swiping could allow going through slideshow for second photo, leaving first photo.
From Use Case 2 (add photo to existing view log): after selection of "add to log" after photo is taken
- show previous image of log small and transparent in the corner for comparison