~wunderbrick/foodro

96eb45a826347ec427708c2644a910fd9543db0a — awp 4 months ago 593e3af
Make sample meal veg
1 files changed, 8 insertions(+), 6 deletions(-)

M backend/src/Foodro/Database/Management/PopulateDb.hs
M backend/src/Foodro/Database/Management/PopulateDb.hs => backend/src/Foodro/Database/Management/PopulateDb.hs +8 -6
@@ 273,7 273,7 @@ upcomingIngredientAndSupplyList :: IngredientAndSupplyList
upcomingIngredientAndSupplyList =
    IngredientAndSupplyList
        1
        "Rabbit Stew"
        "Vegetable Soup"
        125
        (Just "yummy")



@@ 299,10 299,12 @@ buildInsertableDonationItem di =
donItemsList :: [DonationItemT Identity]
donItemsList =
    [ DonationItem 1 "Po-tay-toes" (Just "Boil 'em, mash 'em, stick 'em in a stew")
    , DonationItem 2 "Rabbits" (Just "Big ones!")
    , DonationItem 3 "Carrots" Nothing
    , DonationItem 4 "Celery" Nothing
    , DonationItem 5 "Rabbit stock lol" Nothing
    , DonationItem 2 "Peppers" (Just "Not too spicy for Buckhannon plz")
    , DonationItem 3 "Carrots" (Just "Not the baby ones")
    , DonationItem 4 "Celery" (Just "Of the finest quality")
    , DonationItem 5 "Onions" (Just "Let's hope our goggles turn up soon")
    , DonationItem 6 "Tomatoes" (Just "Only vine-ripe will do")
    , DonationItem 7 "Vegetable bouillon cubes" (Just "Don't need none of that beef")
    ]

irrelevantDonItem :: DonationItem


@@ 324,4 326,4 @@ buildInsertableFreeMealsDistroAndItemsLink iasl di =
    IngredientAndSupplyListAndItemLink
        (val_ $ pk iasl)
        (val_ $ pk di)
        (val_ 5)
        (val_ 10)