-
Notifications
You must be signed in to change notification settings - Fork 0
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
Integrating Dataverse Features #598
Conversation
Changes to be committed: new file: src/assets/2024/dataverse/Dataverse.png modified: src/pages/public/Companion/events/index.js Untracked files:
…into dataverse-mchl
Restructured and aesthetically rehauled Quiz comp
… into dataverse-isaac
🚀 Implement New UI for Dataverse Companion for Demo
added polling for points display in dashboard
…o dataverse-isaac
Dataverse isaac
Changes to be committed: modified: src/pages/public/Companion/components/dataverse/Leaderboard.js
Added dataverse logo to leaderboard UI
Changes to be committed: new file: src/assets/2024/dataverse/bg.png modified: src/pages/public/Companion/components/dataverse/Progress.js modified: src/pages/public/Companion/components/dataverse/Quiz.js
Minor UI Updates to background and white dividers
Fixed background for stars on white divider
Added Congratulations page and autograding to final quesiton
added answer persistence and disabled re-answering correct questions
Added scrambled letters display to quiz cards
Added clue words given at the completion of each quiz
Visit the preview URL for this PR (updated for commit 1c69dc9): https://bt-web-dev-ebf17--pr598-dataverse-2f9qfmce.web.app (expires Mon, 02 Dec 2024 14:23:41 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: a1bf7afe94c954469059b9e3898cf94f4178c379 |
<Route path="/leaderboard" render={() => <Leaderboard />} /> | ||
<Route exact path="/companion" render={() => <Companion />} /> | ||
<Route exact path="/companion/dashboard" render={() => <Dashboard />} /> | ||
<Route path="/leaderboard" render={() => <GlobalLeaderboardExample />} /> |
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.
y this not companion/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.
will address after demo
👷 Changes: Adding dataverse component to the dev environment
📷 Screenshots
(prefer animated gif)
Checklist