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

New endpoint to retrieve points from House collection #186

Open
ethxng opened this issue Mar 4, 2024 · 0 comments
Open

New endpoint to retrieve points from House collection #186

ethxng opened this issue Mar 4, 2024 · 0 comments
Assignees

Comments

@ethxng
Copy link
Collaborator

ethxng commented Mar 4, 2024

Need to have a GET endpoint that returns the points from each House for Spring 24 hackathon

@ethxng ethxng self-assigned this Mar 4, 2024
ethxng added a commit that referenced this issue Mar 19, 2024
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 <jins918@gmail.com>

* resolve issues #186-188

---------

Co-authored-by: js324 <jins918@gmail.com>
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 <jins918@gmail.com>

* resolve issues #186-188

---------

Co-authored-by: js324 <jins918@gmail.com>

* 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 <jins918@gmail.com>
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 <jins918@gmail.com>

* resolve issues #186-188

---------

Co-authored-by: js324 <jins918@gmail.com>

* 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 <jins918@gmail.com>
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

No branches or pull requests

1 participant