Closed kdokm closed 2 years ago
can put swagger tags (for auto-generating docs0 in a different story if need be
Copying my comment in the GitHub PR for bookkeeping purposes. Most of the work is done which is great! Refactoring is fine. But 3 issues to deal with:
1 and 2 done, need to possibly do 3 (please someone who knows how websites work chime in lol)
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
flask routes
to list all routes, make sure there are no static gets or other routes not specified by our API explicitly.[UPDATE] Can delete MOST of (probably not all) error_handler.py when this is done since Flask_RESTX will handle errors automatically
Acceptance Criteria