-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add Test plan report status dialog (P1) #649
Comments
Hi @mcking65, Do you have a preference between page & dialogue? It'd be good for you and @isaacdurazo to coordinate on what the UI needs for this dialogue/page is, also it'd be helpful to know what the prioritisation of this work is, I've put it at P0 for now. |
Updating description per latest update in #648 @lolaodelola @mcking65 from latest update it seems now we know it will be a dialogue. Test plan report status dialog DescriptionThis dialog shows detailed status of AT/browser reports for a single version of a single test plan. The label on the button that opens the dialog provides information about the current report status for the test plan. The button has one of the following labels.
The dialog title is: "Report Status for TEST_PLAN_NAME Test Plan" The dialog content includes a note and a table.
The table columns are:
The table is sorted by required Yes, then required No, then AT, then browser. The rows that appear in the table are determined as follows.
|
Here's the mockup for this dialog. Keep in mind that this is not a real scenario since we wouldn't have 4 required reports for a Draft Test plan. I added an extra row just so I could show all the different Report statuses. @mcking65 This table is pretty simple in terms of Visual Design. The Required, AT, and Browser columns display all plain text. The Report Status uses our existing styling for secondary buttons when we have the "Add to Test Queue" button and the statuses strings reuse the little circle icon I propose in issue #648. |
Hi @mcking65 , we plan on working on this on Wednesday. Would it be possible for you to review the design beforehand? |
Hi @ccanash, I don't see anything for me to review. |
@mcking65 This is the comment with the proposed dialog. |
@isaacdurazo wrote:
That sounds good to me. I am assuming the content in the image matches what is described in the top comment. Is a version of this viewable in the sandbox now? |
Tested in staging. Overall, this dialog looks great! Thank you. There are two unmet requirements and two bugs. I raised separate issues for them so we can close this issue after deployment. Requirements:
The rationale for showing versions is related to #792. The version numbers are not especially helpful until we can actually generate reports for specific versions. So, we can let #792 and the issues it depends on track development of that capability. The two bugs are documented in #796. Those are not blocking issues, so we can consider this issue complete as soon as we deploy. |
Released to prod. |
Taken from #648.
This page or dialog shows detailed status of AT/browser reports for a given version of a given test plan. The AT/browser combinations are limited to the AT covered by the plan and the most recent version of each in-scope browser included in the system browser list.
It includes:
The table has columns for:
The table is sorted by required Yes, then required No, then AT, then browser.
The text was updated successfully, but these errors were encountered: