case-eee / quantified-self-api

0 stars 28 forks source link

Feedback #1

Closed tmikeschu closed 7 years ago

tmikeschu commented 7 years ago
tmikeschu commented 7 years ago

@case-eee thanks for setting this up! Super cool docs too!

laurenfazah commented 7 years ago

Also have a separate suggestion for the docs to clarify what status codes would be returned in event of an error for Food.

Similarly, docs for meals could clarify both success and error return values. Looks like meals controller doesn't have error handling, so that could be added.

case-eee commented 7 years ago

Thanks y'all! Yup, definitely forgot about the "GET" routes for foods associated with a meal and just getting all the meals. Good point about error handling as well!

I should also rename the current "MealsController" to "MealFoodsController" and create a new "MealsController" for handling the get requests mentioned above.

Thanks y'all for the feedback!