You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2021. It is now read-only.
Since we have enhanced the CSVAnalyzer with new ArtifactFacts in #194, we could now add those elements to the CSVGenerator, or add the possibility via configuration to choose ArtifactFacts that the user wants to be included in the CSV Report.
The CSV Analyzer could handle it when reading in, as he already can, since Generator and Analyzer are compatible.
Questions
Decide if and which ArtifactFacts to include in CSVGenerator
Decide if and how to include this as optional in the configuration (should be set to hold output as default)
Acceptance Criteria
TO BE DEFINED AFTER CLARIFICATION
Definition of Done
Acceptance criteria fulfilled
A PR is created, the CI infrastructure reports green
The PR is reviewed and approved
No TODOs left in the code unless explained in the ticket, if something else is still open, this is summarized in a comment in the issue
Test cases are created to prove the functionality of the feature
Summary of the Feature
Since we have enhanced the CSVAnalyzer with new ArtifactFacts in #194, we could now add those elements to the CSVGenerator, or add the possibility via configuration to choose ArtifactFacts that the user wants to be included in the CSV Report.
The CSV Analyzer could handle it when reading in, as he already can, since Generator and Analyzer are compatible.
Questions
Acceptance Criteria
TO BE DEFINED AFTER CLARIFICATION
Definition of Done