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

Improve guidance modal title #609

Merged
merged 7 commits into from
Sep 12, 2022
Merged

Conversation

nuttercd
Copy link
Contributor

@nuttercd nuttercd commented Sep 8, 2022

This improves the control's guidance so that a user can more easily read guidance across many different controls.

It updates the Guidance button to Read Guidance and adds the control's id and title to the modal.

Closes #84

@@ -5,7 +5,9 @@ import OSCALControlGuidance from "./OSCALControlGuidance";

test("OSCALCatalog displays control guidance", async () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we are editing the test, I do not think that the description is entirely accurate about what is actually being tested. OSCALCatalog is not even rendered by this test.

Copy link
Contributor

@kylelaker kylelaker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I think this will make it a lot clearer in the UI. Good stuff!

@kylelaker kylelaker merged commit a5e981e into develop Sep 12, 2022
@kylelaker kylelaker deleted the feature/guidance-modal-improvements branch September 12, 2022 15:25
@kylelaker kylelaker added the enhancement New feature or request label Sep 27, 2022
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

Successfully merging this pull request may close these issues.

Guidance Modal Improvements
3 participants