-
Notifications
You must be signed in to change notification settings - Fork 5
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
Resolve issues #186-188, modified prod.config file #190
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
ethxng
commented
Mar 19, 2024
- resolved issues New endpoint to retrieve points from House collection #186 Resolve some issues in the make-teams endpoint #187 Making some adjustments when adding points during QR scan #188
- made changes to the prod and dev config file
* solved the timestamp issue, which adds a timestamp whenever the user registered * downgraded urllib3 version bc newer version isn't compatible with other dependencies * modified test_validate.py to comply with the same user and password as other tests * changed up the paramter of the call 'update' to satisfy Travis CI * added pylint disable option for tests to pass
* wrote tests for /statistics endpoint and fixed buggy codes from prev hackathon
* Resolve test errors after failed build from Travis (#185) * Fix user_read response * solved the timestamp issue, which adds a timestamp whenever the user registered * downgraded urllib3 version bc newer version isn't compatible with other dependencies * modified test_validate.py to comply with the same user and password as other tests * changed up the paramter of the call 'update' to satisfy Travis CI * added pylint disable option for tests to pass * solved the timestamp issue (#174) * solved the timestamp issue, which adds a timestamp whenever the user registered * downgraded urllib3 version bc newer version isn't compatible with other dependencies * modified test_validate.py to comply with the same user and password as other tests * changed up the paramter of the call 'update' to satisfy Travis CI * added pylint disable option for tests to pass * set up the new skeleton endpoint * update /statistics method from GET to POST * added logic code * test comment * wrote tests for /statistics endpoint and fixed buggy codes from prev hackathon * test trial run * New endpoint that would return the stats for a hackathon (#176) * wrote tests for /statistics endpoint and fixed buggy codes from prev hackathon * Resolve issues #179-182 for Spring 24 hackathon * fix tests errors in /tests * resolve test errors part2 --------- Co-authored-by: js324 <[email protected]> * resolve issues #186-188 --------- Co-authored-by: js324 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.