Extended Description
As a FedRAMP reviewer, in order to more clearly understand potentially long list of itemized control requirements, response points, et cetera, I want the lists to not be separated only by spaces, but formatted so it is easier to read and understand.
NOTE: Currently, they look like this.
We want to make sure this is more cleanly structured in the Schematron output (SVRL) and user interface, not just cleaned up dynamically in the user face.
Preconditions
[ ] Determine approach for formatting itemized lists that works optimally for SVRL and usable in the UI.
Acceptance Criteria
[ ] Updated Schematron to adopt all rules where listed elements are included
[ ] Updates to the user interface to style this change
[ ] ADR documenting approach for SVRL output structure and how UI ought to consume it
Story Tasks
[ ] Tasks...
Definition of Done - WITH UI
[ ] Acceptance criteria met
[ ] Unit test coverage of our code > 90% - needs automation story
[ ] Accessibility tests pass - needs automation story
[ ] Automated code quality checks pass
[ ] Security reviewed and reported - check in with Wes on what we could do here
[ ] Reviewed against plain language guidelines
[ ] Design QA passed
[ ] Code must be self-documenting
[ ] No local tech debt
[ ] Documentation updated
[ ] Architectural Decision Record completed as necessary for significant design choices
We are not going to move forward with the current web UI approach, so I will close out this issue for now. For those who reported this issue or are following it, follow ADR 7 for more details.
Original issue: https://github.com/18F/fedramp-automation/issues/294
Extended Description As a FedRAMP reviewer, in order to more clearly understand potentially long list of itemized control requirements, response points, et cetera, I want the lists to not be separated only by spaces, but formatted so it is easier to read and understand.
NOTE: Currently, they look like this.
We want to make sure this is more cleanly structured in the Schematron output (SVRL) and user interface, not just cleaned up dynamically in the user face.
Preconditions
Acceptance Criteria
Story Tasks
Definition of Done - WITH UI