Stage 0 MVP - Image Viewer
- Using mocked data
- Display titles of images in a table
- When a title of an image is clicked, display image, title, rating in large image display
Stage 1 MVP - Update Rating 4. Drop down for changing rating 5. When drop down is changed, rating is updated in model 6. When model rating is changed, rating is updated in view
Stage 2 MVP - Add Images via Input 7. Add input for title and url and submit button 8. When submit button is clicked, add image to collection 9. When new images are added to collection, table of images is updated in view