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

Backend Test submission - Python/Django role #37

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

Conversation

jppradoleal
Copy link

Some notes about the submission.

  • There are some warnings from Django, they're primarily future deprecation warnings, about things that are coming in Django 5.
  • DRF also complains about PAGE_SIZE being defined while DEFAULT_PAGINATION_CLASS isn't, there are no problems with that.
  • During development there were significant changes in compound interest calc, moving from query logic to model property, they were motivated mostly by the query complexity.

jppradoleal and others added 29 commits August 15, 2022 16:10
feat: moves balance logic to model property

fix: changes success status code for withdrawn action

test: implements tests for investment views
fix: removes trailing slash from urls

tests: update tests
docs: updates style and some spelling mistakes
feat: adds wait-for-it instruction to avoid db starting after webserver
refact: removes unused files

fix: returns with trailing slash (it was breaking the openapi specs, for
some reason)

feat: adds mailing when doing a withdrawn
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