Closed TimothyXu closed 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.
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!
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
We need to use comments and docstrings in our code especially routes.py to explain our API, and flesh out the root URL response (in routes.py) when all API calls have been implemented.
Acceptance Criteria