-
Notifications
You must be signed in to change notification settings - Fork 1
Release Planning
adneufel edited this page Mar 14, 2012
·
8 revisions
- proper separation of classes into MVC design
- database / storage handler that uses PhotoList
- MainView
- PhotoUseSelectionView
- NewPhotoView with bogopic generation with selection of condition log to add photo to
- basic implementation of ConditionView to view a condition log
- ListSelectionView to be usable in multiple instances of selecting a condition log
- MVC Framework implementation using abstract classes/interfaces
- Interface for main activity including: button to take photo, button to view the condition logs
- Database / storage handler for the condition 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 condition log, add to condition log, replace photo...)
- Name, create, and save condition log with the first photo attached to it.
From Use Case 2 (add photo to existing condition log): after selection of "add to log" after photo is taken
- select a condition log to add photo to it
- take received photo and add it to log
From Use Case 3 (view log entries and compare): after selection of condition logs button on main app screen
- Display all current condition logs
- Make each log in the display clickable. Clicking an entry would show a slideshow of photos, chronologically starting from the left.
- back returns to log slideshow
- View of tagged photo lists
From Use Case 3 (view condition log entries and compare): after selection of condition 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 condition log): after selection of "add to log" after photo is taken
- show previous image of log small and transparent in the corner for comparison