Skip to content

Commit aa01011

Browse files
Leaderboard frontend (#66)
* added leaderboard page with test data * added daily stats * undid min width css * worked on calendar page * added svg layer and disabled puzzles * fixed day leaderboards + added stats page * added username box to registration page, tried fetching puzzle names (didnt work) Co-authored-by: a-jason-liu21 <[email protected]>
1 parent 580c712 commit aa01011

15 files changed

+778
-301
lines changed

backend/routes/auth.py

+5
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ def register():
5151

5252
# Fetch verification code
5353
code = User.register(json["email"], json["username"], json["password"])
54+
55+
# jason - temporarily don't do verification for testing frontend fetches
56+
# User.register_verify(code)
57+
# return jsonify({}), 200
58+
5459
# TODO: convert to domain of verification page once we have its address
5560
url = f"{os.environ['TESTING_ADDRESS']}/verify/{code}"
5661

frontend/package-lock.json

+195-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)