MichielProost / Perfect-Plate

This Android application allows cheffs around the world to create, review and discover new recipes. Users can gain experience and level up in this app by completing challenges like creating a certain amount of recipes.
1 stars 2 forks source link

Subscribe to a Chef #31

Open MichielProost opened 3 years ago

MichielProost commented 3 years ago

There is an extra tab: The user can view recipes of his / her subscriptions. These will be ordered according to their timestamp. Where, how and if this feature should be implemented is to be discussed.

Ps. This would be very easy to implement in our database. User documents would have a list of subscriptions (users). In our code, I would add an extra method (e.g. getSubscriptions) to get a list of the required recipes.

Let me know what you think @Nuytemans-Dieter !

Nuytemans-Dieter commented 3 years ago

Seems like a really cool idea! This may be integrated in the feed in some way or another.