-
Notifications
You must be signed in to change notification settings - Fork 0
Updates for May 2024
- Redesign and streamline user dashboard; also speed up loading
- Per-test book results pages summarizes the pass rate for each test as well as showing per testing environment details
- More URLs organized by topic and then version e.g. /test-books/basic-functionality/2.0.0
- New administrator results management pages to see more easily the status of results within a topic
- Bugfix related to deleting testing environments
- Persist table view options across back/forward navigation
- Send an email to the administrative address when a user requests to publish their results
- Minor style tweaks
- Add "breadcrumbs" style navigation to results and test book pages
- Support multiple versions of test books
- Change copyright statement to list a date range
- Incorporate sponsorship message on landing page
- Allow logins to be case-insensitive (e.g. username@email or UserName@eMail)
Process:
- An administrator ingests a new test book
- Existing answers are copied over except where the test has changed (or is new)
- These answers are marked as needing attention
- If there are no answers that need attention, the new results are published automatically
In the case that a test book was upgraded and a tester needs to complete the results for it, but they have old results on record for the previous test book version that were published, the main grid continues to show their old results for that topic, with a note that the results need an update.
When a tester goes into their account, they will see in their dashboard a table of their testing environments. There is a column to show if the test books have changed since the last time they edited their answers.
When a tester clicks on a testing environment from this dashboard page, then they go to a new page with all the results listed for each test book. They can see which results are incomplete and which test books are new. So if they have incomplete results for a new test book, they can quickly see that and then edit those results. On the results editing page, the changed items are highlighted. When they are happy with the results, they can request to publish them.
If they never filled out results for the old test book, then the new results aren't flagged, because nothing needs attention that didn't need attention before.
Administrator pages such as "Manage" for each testing environment have been upgraded to show results completion status and test book ingestion date and version (and whether it's the latest version or not).
There is a new set of administrator pages for looking at all the answer sets per topic, indexed on the main admin page under the "Results" heading. These pages show the status of each answer set, what book version they're for, if it was migrated from an older version's answers, who is doing the testing, and information about the completion status.