Closed kdokm closed 2 years ago
sorry i just realised we still need to add the swagger tags for automatically generating docs! since you've already done a lot of work, feel free to write a separate story for the swagger tags.
I think most tags are already done? You can see docs in .../apidocs @TimothyXu
@kdokm Yes you're right sorry! It's all done
Copying my comment in the other PR: Most of the work is done which is great! Refactoring is fine. But: (we can open a different story to fix this if you wish so someone else can do it)
As a developer I need to refactor the code using a more advanced framework So that I can have generated documentation automatically
Details and Assumptions
After refactoring use
flask routes
to list all routes, make sure there are no static gets or other routes not specified by our API explicitly.Acceptance Criteria