Closed kgillies closed 7 years ago
We need to generate a new document that is a kind of "data dictionary" report.
It should include all published items in all components that have their "archived" attribute set to yes.
The report could be a single table that includes the subsystem, name and description
or it could be a table for each subsystem that shows archived items by name and description
In both cases, all of the published items from the components of a specific subsystem should be together in the report.
The icd-db command now has a new option:
-a, --archived Writes an 'Archived Items' report to the given file in a format based on the file's suffix (html, pdf)
This generates a pdf displaying all the alarms and events, etc. that have "archive" set to true.
Marking this as done (see the icd-db -a option).
We need to generate a new document that is a kind of "data dictionary" report.
It should include all published items in all components that have their "archived" attribute set to yes.
The report could be a single table that includes the subsystem, name and description
or it could be a table for each subsystem that shows archived items by name and description
In both cases, all of the published items from the components of a specific subsystem should be together in the report.