Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up type errors, minor bugs, edge cases #95

Merged
merged 14 commits into from
Dec 21, 2023

Conversation

bdewilde
Copy link
Member

@bdewilde bdewilde commented Dec 20, 2023

changes

  • standardize + improve error handling in api and app
  • remove special handling for errors in api endpoints; let the error handlers handle it! that's their job
  • refactor many db queries so that the conversion into dictionaries is explicit rather than subtle and implicit; code is now more verbose but much clearer what's happening (and mypy doesn't complain)
  • fix many typing / linting complaints, as well as some edge case bugs
  • add more type annotations to db models

@bdewilde bdewilde marked this pull request as ready for review December 21, 2023 02:01
@bdewilde bdewilde merged commit 8ca9d4b into develop Dec 21, 2023
3 checks passed
@bdewilde bdewilde deleted the burton-tidy-more-loose-ends branch December 21, 2023 02:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant