-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve test plan results summary table (#765)
* initial model, migration, and seeder * seeders test plan ids * test plan service * fixing migration * updating migrations to have foreign keys * Implementing Howard's feedback * Start to migrations and functions to support the DB change for further support of 648 * Add phase to TestPlanVersion * Update query and resolvers for test plan version mutations * Restored viewing of CandidateTestPlanRun * Fix graphql.schema * Rename TestPlanVersion date fields with 'status' in name to 'phase' * Add approvedAt column to TestPlanReport * Rename candidateStatusReachedAt to approvedAt * Update migration to be more clear and help in functional priority of following migrations * Start to new Test Plan Results Table * Update styling * Fix issue with submitting test results with new query shape; update blockquote styling * Add space between Run History and above TestPlanResults table on report results page * Fix optional priority string not being shown in TestPlanResultsTable component * Add missing border-bottom to test result heading on reports results page * Changes after rebase * Update Assertion priorities to use MUST/SHOULD instead of REQUIRED/OPTIONAL (#770) * Start to migrations and functions to support the DB change for further support of 648 * Add phase to TestPlanVersion * Update query and resolvers for test plan version mutations * Restored viewing of CandidateTestPlanRun * Rename TestPlanVersion date fields with 'status' in name to 'phase' * Rename candidateStatusReachedAt to approvedAt * Update migration to be more clear and help in functional priority of following migrations * Update REQUIRED and OPTIONAL assertion priorities to be MUST and SHOULD respectively * Add box back to reports --------- Co-authored-by: Erika Miguel <[email protected]> Co-authored-by: alflennik <[email protected]>
- Loading branch information
1 parent
c86d29f
commit 525ae22
Showing
13 changed files
with
709 additions
and
323 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.