2022-Spring-NYU-DevOps-Shopcarts / shopcarts

Shopcarts squad.
Apache License 2.0
2 stars 2 forks source link

Flesh out root URL response and docstrings #22

Closed TimothyXu closed 2 years ago

TimothyXu commented 2 years ago

As a System Administrator I need to understand what functionalities our API offers by reading the code So that I can use it to perform business operations.

Details and Assumptions

kdokm commented 2 years ago

Does this story refer to writing comments for the code or getting api lists from root URL or both? If it contains writing comments, I believe that it is what everyone should do when we are writing our code for each story.

TimothyXu commented 2 years ago

I was think both, but only for the doctoring at the top of routes.py. Because there are 2 things in that module that can only be done after all of the functionalities have been decided/implemented: 1. Doctoring at beginning of file outlining this module and what API calls we have, 2. the root URL response at /shopcarts displaying info about our micro service. This is my understanding, let me know if people agree!