tmtsoftware / icd

ICD - Interface Control Document Management
Other
12 stars 5 forks source link

Add new DMS Archived Items Report #49

Closed kgillies closed 6 years ago

kgillies commented 6 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.

abrighton commented 6 years ago

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.

abrighton commented 6 years ago

Marking this as done (see the icd-db -a option).