nazrinharris / farmhub

App to find out prices of farm produce at a specific location in Malaysia
3 stars 0 forks source link

Link Favorites with BottomSheet and ProduceScreen #88

Closed nazrinharris closed 2 years ago

nazrinharris commented 2 years ago

Decided to seperate this to another issue because it seemed like it could take some time.

The Deed for AdminModalBottomSheet

Retrieving Favorites

It was a miscalculation on my part to discard a getProduceFavorites method. Mainly because we need to update the favorites list every time it is queried. That is, to remove any produce from the favorites list if the produce is "deleted".

Implement Favorite in ProduceScreen

The Deed for UserModalBottomSheet

nazrinharris commented 2 years ago

Should be completed with 5a3766e