Fix various coding weidness discovered during the Checkmate review
Open
tech debt
- Dominant language
- Python
- Stars
- 29
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Via 3 was used as the base for Checkmate and during that review a number of weird things were discovered:
* The routing should be moved to `route.py` instead of being in the views.
* The requirements.in files should not have any version numbers
* The status end-point can use much simpler ways of returning a nice response
* We should import `view_decorator` directly instead of the module
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.