Week 13
For week 13, I worked on the backend for our Simkl integration. I created routes to make requests from Simkl's public API which should return our user's watchlist movies and ratings from their account. I also created Simkl tasks which are called from within our Simkl routes. The tasks process data included in responses from Simkl, and run SQL queries to request our own user data, compare it to the data coming from Simkl's public API, and update our database accordingly. I added functions to our frontend api.js file which will be called to send requests to our flask backend Simkl routes. The plan for next week is to have the backend part of the integration done, and to create our Simkl frontend React components and helper functions within those files. These functions will connect with the functions in our api.js file mentioned above. No challenges this week. No instructor assistance is needed at this point.