-
Notifications
You must be signed in to change notification settings - Fork 5
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
Individual Score Reports #371
Conversation
Visit the preview URL for this PR (updated for commit 2f764bc): https://roar-staging--pr371-enh-individual-score-yh9cylfv.web.app (expires Thu, 14 Mar 2024 21:34:53 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 2631e9c58fd0104ecbfddd72a62245ddac467460 |
1 flaky test on run #441 ↗︎
Details:
cypress/e2e/participant/default-tests/playSWR.cy.js • 1 flaky test
Review all test suite changes for PR #371 ↗︎ |
86cc6b2
to
3fd85d2
Compare
initial commit initial commit Modifed Page Fetcher function and build individual score reports. Build out individual score reports. Infrastructure for individual reports initial commit Modifed Page Fetcher function and build individual score reports. Styling changes and new formatting functions. Make dynamic with props Fix pagination error on Score Reports. Improve error handling and add support for raw-score-only tasks. Fix route params in datatable Improve error handling Add descriptions to tasks rebase onto main
eb10455
to
89d35c4
Compare
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 looks really good, @lucasxsong!!! It's really nice to see. I requested some changes. Some are very minor, like linting and deleting obsolete commented out code. Then I have some questions about the following components/pages:
- components/reports/DistributionChart.vue: is this a work in progress related to @jasetran's enhancement request? I didn't see it being imported or used anywhere, but maybe I missed it.
- components/reports/IndividualScoreReportTask.vue and pages/IndividualReport.vue: How much of the report names, descriptions, colors, etc. can we (or should we) move into the helpers/reports.js. My preference is to have as much of that centralized as makes sense. Likewise, how much of the PDF conversion code can be put in a common file and then imported into both the score report and individual score report pages?
On the road to ROAR at home... |
No description provided.