Skip to content
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

Allow current results on Test Queue page to be publicly viewed #1204

Open
howard-e opened this issue Aug 27, 2024 · 0 comments
Open

Allow current results on Test Queue page to be publicly viewed #1204

howard-e opened this issue Aug 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@howard-e
Copy link
Contributor

howard-e commented Aug 27, 2024

A main purpose of this project is to easily present results and relevant data to visitors on how assistive technologies behave today. This use case is served by the reports page which displays "finalized" results. These results have been fully reviewed and then presented following the test result collection process. This page is available to all users regardless of their "logged in" status.

However, if one were curious of how the current results being collected on the Test Queue looks for individual testers, only the admin can view that. Another tester can only view their runs, and only have an idea of another's if they force a conflict between their results. A non signed in user can view the Test Queue, the testers that are assigned and also the number of tests they have completed but they do not have the option to view the testers' results.

This came up during a recent discussion with @mcking65 while discussing if conflicts should be visible to all visitors in #1195. The current proposal is to do the following:

  1. Signed out user:
    1. In the actions column on the Test Queue page, if there are testers assigned, add a "View Results for ..." button which opens a menu of the assigned testers (this is similar to the admin's "Open run as ..." functionality).
    2. Selecting an option open's the tester's run with all their results populated on each test's form page, in a read-only mode.
  2. Signed in user (not admin):
    1. In the actions column on the Test Queue page, if there are testers assigned which are not the currently signed in user, add a "View Results for ..." button which opens a menu of the assigned testers (this is similar to the admin's "Open run as ..." functionality).
    2. Selecting an option open's the tester's run with all their results populated on each test's form page, in a read-only mode.
@howard-e howard-e added the enhancement New feature or request label Aug 27, 2024
@howard-e howard-e changed the title Allow current results to be publicly viewed Allow current results on Test Queue to be publicly viewed Aug 27, 2024
@howard-e howard-e changed the title Allow current results on Test Queue to be publicly viewed Allow current results on Test Queue page to be publicly viewed Aug 27, 2024
howard-e added a commit that referenced this issue Sep 18, 2024
…024 Release

Includes the following changes:
* #1206, to address #1202 and #1203
* #1209, to address #1204
* #1195, to address #975
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant