-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix/issue #8 and revert back to previous Laptime model #13
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a bit repetitive, instead just change it to self.id
that should work. It will just parse it to the ids of the respective class. Noticed the error and already working on a pull request to fix this and refactor the code
I had to revert to old previous Laptime model, after doing some testing fro other routes(i realized its returning wrong data and its messing up input GET and POST requests). acde457 We will work on refactoring repetitive and redundant code later, after the routes has been finished |
* update-DEPENDENCIES * refactor corrections (#17) * fixes #13 * Fixes #7 * Simple refactoring for then db * Still trying to fix this * Fixes a little of #7 * Works with endpoints to much of my knowledge * add-missing-*track/track_id/* routes + remove print() * +config+tests * github-actions/ci/cd * uncomment-error_handle --------- Co-authored-by: Chidozie DAVID <[email protected]>
* Feature/unit test (#18) * update-DEPENDENCIES * refactor corrections (#17) * fixes #13 * Fixes #7 * Simple refactoring for then db * Still trying to fix this * Fixes a little of #7 * Works with endpoints to much of my knowledge * add-missing-*track/track_id/* routes + remove print() * +config+tests * github-actions/ci/cd * uncomment-error_handle --------- Co-authored-by: Chidozie DAVID <[email protected]> * update-env-workflow.yml * -backend/.DS_Store * +mongo_db-pytest (#20) * finishing-touches-backend * finishing-touches-backend --------- Co-authored-by: Chidozie DAVID <[email protected]>
* Feature/unit test (#18) * update-DEPENDENCIES * refactor corrections (#17) * fixes #13 * Fixes #7 * Simple refactoring for then db * Still trying to fix this * Fixes a little of #7 * Works with endpoints to much of my knowledge * add-missing-*track/track_id/* routes + remove print() * +config+tests * github-actions/ci/cd * uncomment-error_handle --------- Co-authored-by: Chidozie DAVID <[email protected]> * update-env-workflow.yml * -backend/.DS_Store * +mongo_db-pytest (#20) * finishing-touches-backend * finishing-touches-backend * mv-backend-dependencies * fix-workflow --------- Co-authored-by: Chidozie DAVID <[email protected]>
* Feature/unit test (#18) * update-DEPENDENCIES * refactor corrections (#17) * fixes #13 * Fixes #7 * Simple refactoring for then db * Still trying to fix this * Fixes a little of #7 * Works with endpoints to much of my knowledge * add-missing-*track/track_id/* routes + remove print() * +config+tests * github-actions/ci/cd * uncomment-error_handle --------- Co-authored-by: Chidozie DAVID <[email protected]> * update-env-workflow.yml * -backend/.DS_Store * +mongo_db-pytest (#20) * finishing-touches-backend * finishing-touches-backend * mv-backend-dependencies * fix-workflow --------- Co-authored-by: Chidozie DAVID <[email protected]>
fix slight error,