-
Notifications
You must be signed in to change notification settings - Fork 26
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
Partial Component Compositions #810
Labels
enhancement
New feature or request
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Refactor the component-definition composition functionality to only compose components but maintain validations and relative links.
Some of this work might relate to/help uncover the solutions for #716 and #717
Describe the solution you'd like
Describe alternatives you've considered
Add all validations to the back-matter in component defn and then just add those to the back-matter in the SSP
Additional context
To enable the SSP to use the validations, while they are still in a disaggregated state (i.e., not in the back-matter), the component-definition needs to be passed to the SSP generate processes with those links intact and properly remapped relative to the SSP output file path.
Expected Deliverable
tools compose
, intended use cases, scenarios (coupled to Compose Documentation - Purpose #715). Where doesdecompose
fit? (Decompose OSCAL and Validations #397)The text was updated successfully, but these errors were encountered: