arnekuchenbecker / kitchen-planer-app

GNU General Public License v3.0
0 stars 0 forks source link

Shopping list data layer rework #156

Closed arnekuchenbecker closed 2 months ago

kittyahy commented 2 months ago

I always have to look how a meal plan works, so I would prefer if the meal plan is not a Map<MealSlot, Pair<RecipeStub, List>> but (at least) the Pair<RecipeStub, List> has a wrapper. (Maybe in another issue) Maybe kotlinDoc will be sufficient, I'm not sure yet...

kittyahy commented 2 months ago

android tests fail