ioet / ioet/time-tracker-backend
Handle errors properly
Open
mvp
nice-to-have
tech-debt
- Dominant language
- Python
- Stars
- 5
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
During the refactoring I found out the exceptions are not being handled properly. Particularly, DAO objects are throwing HTTP errors which is wrong, the DAO layer should not know anything about HTTP. Let's refactor this code to remove HTTP status usage from these classes. Only namespaces should know about them.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.