Interaction Architecture
The entire DC app is made up of five types of views:
- Menu
- Submenu
- Record
- Image Viewer
- Movie Viewer
Moving between various menus is straightforward. The key interaction for exploring in the DC app is by launching a record, then tapping its explore further button to see a submenu related items, then opening another record. Like so:
Record > Submenu > Record > Submenu > ...
Architecture Diagram
This diagram shows how to get from the main (or filtered) menu to a record. From a record to an image viewer or a submenu. From a submenu to a movie or another record.
Actions
This is a text-version of the above diagram:
From the Main (or filtered) Menu:
- Tapping a filter button opens a filtered main menu
- Tapping a thumbnail opens a record
From a Record
- Tapping an image opens an image viewer
- Tapping the home button returns to the main menu
- Swiping the image goes to the next image (if there are multiple images)
- Scrolling the text view reveals more content
- Taping the Explore Further button opens a submenu of related items
From a Submenu
- Tapping a filter button fades filtered thumbnails
- Tapping a thumbnail opens a record
- Tapping a movie thumbnail opens a movie viewer
- Tapping the back button returns to the previous record
- Tapping the home button returns to the main menu
From an Image Viewer
- Pinching zooms the image
- Dragging moves through the image (if zoomed in)
- Tapping the image exits the viewer
From a Movie Viewer
- The controls are like a regular movie player
- Tapping the movie exits the viewer