-
Notifications
You must be signed in to change notification settings - Fork 4
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
Display round data #170
Display round data #170
Conversation
Next goal is to display information about current round in the dialog. if we decide to keep this "review data" dialog here, we should discuss whether the timer should be paused(or review button disabled while timer is running) since the dialog blocks students view of the large display.
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/mn-pollinators/buzz-about/59t4rjg02 |
Test summaryRun details
View run in Cypress Dashboard ➡️ This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard |
src/app/components/round-data-dialog/round-data-dialog.component.html
Outdated
Show resolved
Hide resolved
Co-authored-by: Paul Friederichsen <[email protected]>
Also added a link to /test when there is a active session
The students in a session can't be shown in a different window on test/:sessionId since only the teacher has permission to read those
Closes: #166
Notes
For the alpha part of this project, this display screen should give us feedback useful to our play testing as well as creation of new rounds.
The display can be accessed at
tests/:sessionId
. It shows the the list of student and their bee species once a round starts. As the round progresses, it details the interactions done by each student. The details include: the name and image of the nest or flowerspecies the student interacted with as well as the timeperiod of the interaction.