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

In outputConfigs object, allow parent properties to be specified and allow empty #55

Open
3 tasks
nikitawootten-nist opened this issue Jun 1, 2023 · 0 comments

Comments

@nikitawootten-nist
Copy link
Collaborator

nikitawootten-nist commented Jun 1, 2023

User Story:

As a user of the tool, I would like to be able to produce excel reports of objects whose parents do not contain the same properties (e.g. comparing groups at the root of a catalog).

Currently if identifiers are specified in an outputConfigs item, the records are required to have these properties, and their parents must also contain them. This behavior limits the application of excel outputs to cases like an OSCAL catalog, which shares a title and id with its parent, group.

Goals:

  • Add parentIdentifiers option (if omitted, default to no parent identifiers?)
  • Allow identifiers and parentIdentifiers to have missing records (e.g. an OSCAL part optionally has an id)

Dependencies:

N/A

Acceptance Criteria

  • readme documentation affected by the changes in this issue have been updated.
  • A Pull Request (PR) is submitted that fully addresses the goals of this User Story. This issue is referenced in the PR.
  • The CI-CD build process runs without any reported errors on the PR. This can be confirmed by reviewing that all checks have passed in the PR.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant