compliance-trestle icon indicating copy to clipboard operation
compliance-trestle copied to clipboard

feat: adds implementation parts to This System component in markdown

Open jpower432 opened this issue 10 months ago • 2 comments

Types of changes

  • [ ] Hot fix (emergency fix and release)
  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [X] New feature (non-breaking change which adds functionality)
  • [ ] Documentation (change which affects the documentation site)
  • [ ] Breaking change (fix or feature that would cause existing functionality to change)
  • [ ] Release (develop -> main)

Quality assurance (all should be covered).

  • [X] My code follows the code style of this project.
  • [ ] Documentation for my change is up to date?
  • [X] My PR meets testing requirements.
  • [X] All new and existing tests passed.
  • [X] All commits are signed-off.

Summary

Alters SSP markdown to write the heading for the implementation part if it exists in the control for This System

  • This has been tested with the component markdown to ensure the original behavior is not altered and parts are only written when rules are attached
  • This changes the resulting SSP JSON by adding a This System by-component to a statement for every control part

Closes #1527

Key links:

Before you merge

  • Ensure it is a 'squash commit' if not a release.
  • Ensure CI is currently passing
  • Check sonar. If you are working for a fork a maintainer will reach out, if required.

jpower432 avatar Apr 15 '24 19:04 jpower432