JoJaJones / Whats-For-Dinner

Mobile application to assist in planning meals and tracking viable ingredients
0 stars 0 forks source link

create basic tab UI for MealPlan Screen #41

Closed GavinSlusher closed 2 years ago

GavinSlusher commented 2 years ago

mealPlannerScreen

Added basic Meal Planner screen. Tried a Custom Scroll View at first, but ran into issues trying to create a listview within a listview. Pivoted to a series of listviews within a tabview. I think it's a better UX that way anyway.

As you can see-- the user in the gif eats a LOT on each day...... Borrowed heavily from Peyton's work to fill example data within the listview for the midpoint-- but I'm this ought to be updated to pull from firebase data once we get our database design more fleshed out. We also need a way for the user to assign a recipe to a date. I don't think we've discussed that part of the UX yet?