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

Add transaction.update route #8

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Conversation

andrew-chang-dewitt
Copy link
Contributor

Closes #2

@andrew-chang-dewitt andrew-chang-dewitt self-assigned this Mar 9, 2021
- Converts Models to use pydantic for type validation & some object
  serialization.
- Also uses pydantic's type validation of incoming data on Requests.
- Uses improved API for customizing json serialization of Route
  Responses.
Solves bugs with 1.4.x in migra.
Latest version introduced some package not found bugs in my system &
this dependency isn't critical for production performance or safety.
Instead of debugging, pinning is the simplest solution for now.
@andrew-chang-dewitt andrew-chang-dewitt marked this pull request as ready for review March 18, 2021 09:21
@andrew-chang-dewitt
Copy link
Contributor Author

@CrackerJack625 Route is completed & all integration tests pass. Ready for review.

This route uses the Model features from my db_wrapper library. This feature introduces pydantic as a dependency as of db_wrapper version 2.0, which gives the routes runtime type validation on inputs & outputs. If you want me to review any of this with you live I'd be happy to go over it with you.

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.

R&R Route: Update transactions
1 participant