Skip to content
adneufel edited this page Feb 28, 2012 · 8 revisions

Project Release Planning

Triage Level: Vital (Must be finished)

Basics:

  • 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...)

From Use Case 1 (create new condition log): after selection of "new log" after photo is taken

  • 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

Triage Level: Normal (Should be finished)

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.

Triage Level: Extra (Easily cut if low on time)

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

Clone this wiki locally