Closed pjmonks closed 1 month ago
@pjmonks Peter - can you explain the very last sentence: " In these cases, the change log table will be a combination of all CR references referenced within the Data Set."
@stevebowring I have updated the description with an example. What it is trying to explain is that Data Sets recorded in Mauro are actually a lot of Mauro item components built up to define one large page. Each item component has it's own history, so we need to display the entire change log for the whole Data Set.
For instance, if a Data Set was created in CR0001, then in CR0002 one single row was updated with a change (e.g. change the mandation from "Mandatory" to "Optional"), the change history is recorded on that one row. The page describing the Data Set covers everything about the data set though, so I think the best way is to combine all the distinct change request numbers together into one table.
Thanks for getting back to me quickly - much appreciated.
I'll have to run this past Agela et al - I am still not super knowledgeable about how the Dictionary operates.
Will get back tomorrow
Thanks
@pjmonks Thanks for the extra detail - looks good.
Also - The 'Change Log' / history information should appear in Dictionary Release, Preview and Archive DITAs.
Description
Merging item changes in Mauro will add "MERGE" references to the item history, e.g.:
These item change references need to be included in the Data Dictionary item page output, both in the HTML preview and DITA published output.
Below is a mock-up of what the item history could look like from Steve Bowring (NHSE):
Change Log
Each item page must now include a "jump link" in the right-most column to the "Change Log" section.
The Change Log section will be another expandable/collapsable will display:
Each CR number will be a hyperlink to a URL maintained by NHSE, where the CR number acts as the reference to the correct page to redirect to.
Item Pages
The following item page types will be updated, both for preview and DITA:
For Data Sets, Mauro will be tracking item changes from the Data Set itself plus the specification components (tables, sub-groups, rows of Data Elements, etc). For example:
The change log for this data set would list:
In these cases, the change log table will be a combination of all CR references referenced within the Data Set.
Related