thomasreynolds4881 / ourdailydrink

A React app that gives you new drink recipes daily.
https://ourdailydrink.com
MIT License
1 stars 1 forks source link

Prevent cocktail repeats #8

Closed thomasreynolds4881 closed 2 years ago

thomasreynolds4881 commented 2 years ago

When fetching API via the EC2 server, check that the incoming cocktail has not been picked in the past 365 days

thomasreynolds4881 commented 2 years ago

Fixed on server side, cocktails can repeat after 6 months

thomasreynolds4881 commented 2 years ago

This fix led to incorrect timing of cocktail posting to mongodb, fixed since then. Issue was that I accidentally called the getDate() function twice.