stable

Clone or download

Read-only

chore: Initialize the organization of the reports data

This is part of story #23469: export reports with linked artifact in xlsx format No functional changes excpected here. This commit introduces a new intermediate format to store Artfiacts data. For now, it stores only the ArtifactRepresentation in a map. In the next commits, it will help to store artifacts from the second report and the links between the artifacts. Change-Id: Ibef4d94ab6da5a3f679d4a749444ac821cdeded0

Modified Files

Name
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/data-formator.test.ts +86 −83 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Data/data-formator.ts +8 −8 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/Data/organize-reports-data.test.ts +219 −0 Go to diff View file
A plugins/document_generation/scripts/tracker-cross-report-action/src/Data/organize-reports-data.ts +41 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/type.ts +5 −0 Go to diff View file