-
Notifications
You must be signed in to change notification settings - Fork 0
Leaderboard points #17
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Status: 🚧 In developmentDescriptionMade a leaderboard component using a react table and ChakraUI that includes members rank, name, points, events attended, and their netid. There is also pagination included. Things that still need to be done:
The goal of this pull request is to add a leaderboard, ranking members based on the number of points they have accumulated. Screenshots |
ae97d48 to
7378c73
Compare
* have meaningful pop-up * displaying no text when logged out * fixing pr error * Update api.ts * Update index.tsx --------- Co-authored-by: Firmiana <[email protected]>
* displaying qr code * loading screen route and automatic redirect * adding points logging * Al/qr code modal (#43) * Add Show QR button and draft QR modal * Add empty onClick handlers * Left align QR code modal content (#37) --------- Co-authored-by: Ashley Li <[email protected]> * Add draft loading screen * Finalize error page (#41) * Hi/downloadable qr code (#42) * Add edit event modal * Add edit event modal * Fix create event modal and successful edit message * Cl/edit icon (#34) * adding explicit logout login button * removing automatic redirect * Add edit icon to events only visible to officers * Remove extraneous commits * Make it conditional to officers * Update api.ts * fix times * fix login redirect * merge edit icon and button * remove excess code * fix event modal close button * fix logo width mobile * fix default points value * remve value * adding download png and download svg feature to url * Update api.ts * Update api.ts * Hi/login logout button (#33) * adding explicit logout login button * removing automatic redirect * fixing temporary error issue when logged out * Update api.ts * fix err unknown * fixing qr code quality --------- Co-authored-by: Ashley Li <[email protected]> Co-authored-by: Camryn <[email protected]> Co-authored-by: Firmiana <[email protected]> Co-authored-by: Firmiana Wang <[email protected]> * Remove success console logs (#41) * Modify loading screen timing * Al/change qr color (#48) * Add draft QR code color switcher * Clean up code * Modify toggle color * Add success page * Style adds success * Fix artificial loading screen delay --------- Co-authored-by: ashleyyli <[email protected]> Co-authored-by: Ashley Li <[email protected]> Co-authored-by: Camryn <[email protected]> Co-authored-by: Firmiana <[email protected]> Co-authored-by: Firmiana Wang <[email protected]> Co-authored-by: camryyn <[email protected]>
* prod reload 404 fix -- need to test in prod * fix conflict?
…oints-frontend into leaderboard-points
|
Added a separate Leaderboard Page to the website containing the leaderboard, also removed the netId column and events attended column, and displayed only first name last initial for name column. |
inolasv
left a comment
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.
some small changes but otherwise good!
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.
this is gonna be so picky of me but could we have it be "Leaderboard" instead of "LeaderBoard"
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.
make sure to undo this change whenever you make a commit!



Status: 🚀 Ready
Description
Made a leaderboard component that includes members rank, name, points and events attended.
The goal of this pull request is to improve the points system and to allow members to easily see and keep track of their points.
Closes # 8
Screenshots