IanTDuncan / MealTime

Project for CSC 480
0 stars 0 forks source link

April Retrospective #197

Closed aaleksandraristic closed 5 months ago

aaleksandraristic commented 5 months ago

April Sprint Retrospective

Description:

This issue is for the whole team to discuss potential problems that we had for the past month/sprint and make a retrospective of things that went well/bad and what should be improved

Retrospective Summary:

Went wrong:

Went well:

Goals for the upcoming month: If we decide to continue working on this project and actually make it a reality and publish it, we will keep all the comments and feedback from our teammates and audience in mind and try to implement as much as possible. We would improve our app’s functionalities and add more features.

IanTDuncan commented 5 months ago

BUG - MealResult.kt - Error Loading Image #185

Essentially some of the meals generated would not have an image available. With no image available the MealResults.kt page crashed. This was fixed by whenever encountering a null value for the image a placeholder image would be inserted in it's stead.

API - Spoonacular RecipeSearch Integration #165

RecipeSearch was supposed to be able to return nutrition information, but this wasn't working despite using it with/without retrofit. This was amended by using a seperate API, which is the nutrition label image api.

@aaleksandraristic I hope this clears some things up.

aaleksandraristic commented 5 months ago

@IanTDuncan Yup, it does! Thank you!!