-
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
New endpoint to retrieve points from House collection #186
Comments
Merged
ethxng
added a commit
that referenced
this issue
Mar 19, 2024
* 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]>
ethxng
added a commit
that referenced
this issue
Mar 19, 2024
* 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 * Ethan hack spr24 part2 (#189) * 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]> * add env variables to dev and prod config * add env variables to dev and prod config part2 * fix dev config file --------- Co-authored-by: js324 <[email protected]>
ethxng
added a commit
that referenced
this issue
Mar 21, 2024
* 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 * Ethan hack spr24 part2 (#189) * 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]> * add env variables to dev and prod config * add env variables to dev and prod config part2 * fix dev config file * fix QR_scan ObjectId not serializable --------- Co-authored-by: js324 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need to have a GET endpoint that returns the points from each House for Spring 24 hackathon
The text was updated successfully, but these errors were encountered: