MattKraatz / GreenApron

Xamarin mobile app with ASP.NET Core back-end for meal planning and home inventory management
7 stars 2 forks source link

View - Meal Planning #8

Closed MattKraatz closed 7 years ago

MattKraatz commented 7 years ago

User Story/Feature Description

When a User navigates to the Meal Planning page, they should be presented with single-column, infinitely-scrolling calendar of days. Each calendar day will be divided into meal categories of Breakfast, Lunch, Dinner and Snacks. Within each meal category, any committed plans will appear as Plan Cards. At the bottom of each meal category will be a button to "Add a Plan".

Plan Cards will display the Title, Image and an input field for Servings Yield. Each card will display buttons to Delete or View Detail for that specific Plan.

Recommended Actions

  1. On page load, grab all active meal plans to be displayed as cards.
  2. Figure out XAML

Impacted Modules

Page Templates

MattKraatz commented 7 years ago

Add an Image column to the Plan table so I can display it on the Meal Plan home page.