-
Notifications
You must be signed in to change notification settings - Fork 16
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
Support viewing a control's class #819
Comments
There will eventually be both recognized and unrecognized classes. Recognized classes will be managed in an enumerated list with both human-friendly and OSCAL-friendly values. For initial implementation this will display all classes as if they are unrecognized. Later, the edit functionality ( #820) should offer a list of recognized classes, and for any recognized class, a user-friendly presentation would have to be provided here in addition to the raw presentation for unrecognized classes. |
@brian-easyd or @Bronstrom would we be able to expand on this comment and put it as acceptance criteria / additional notes for this issue? |
Here is the design that I have at the moment. I used the code we have for generating colors from a string to make it so that a particular string will always appear the same way -- this helps visually distinguish |
I really like this design. I think being able to clearly distinguish class will be very helpful |
This displays the `class` attribute on controls, groups, parameters, and properties. It uses a consistent way to display them.   Closes #819
Description
As a user of the OSCAL Viewer/Editor, I would like to be able to view the class of a control.
Acceptance Criteria
class
[0 or 1] attribute of a control is displayed properly@class
Proposed Solution
This could be the element that displays underneath a title of a sub-control and appears as the first element when a control grouping is expanded.
Additional Notes
No response
Implementation
The text was updated successfully, but these errors were encountered: