opendevstack / ods-document-generation-templates

ODS lifecycle documentation generation - templates for each document type
Apache License 2.0
2 stars 4 forks source link

tracking issue for doc template changes on top of edp1.2+ #67

Open clemensutschig opened 2 years ago

clemensutschig commented 2 years ago

Tracking changes to docs:

SSDS

TIP

CFTP

CIT/IVP

clemensutschig commented 2 years ago

SSDS interfaces: / Gamp4 :)

            <h4><span>3.2.2</span> Interfaces between Modules</h4>
            <p>N/A</p>
            <h4><span>3.2.3</span> Interfaces to External Systems</h4>
            <p>N/A</p>
            <h4><span>3.2.4</span> System Diagram</h4>
            <p>N/A</p>

vs GAMP 5:

            <h4><span>3.2.3</span> Interfaces to External Systems</h4>
            <table class="no-border">
                <tr>
                    <td class="content-wrappable no-border">{{{data.sections.sec3s2s3.content}}}</td>
                </tr>
            </table>
clemensutschig commented 2 years ago

@metmajer - we should fix this asap in a joint session

clemensutschig commented 2 years ago

TIP - section 6 - needs to change for non-installed components:

        <p>Each component comes with individual installation tests. For details look in the Technical Installation Report.</p>
        {{#each data.repositories}}
        <h3>Component {{id}}</h3>

        <table class="no-page-break">
            <tr>
                <th class="lean">Step</th>
                <th class="content-wrappable">Instruction for Testing</th>
                <th class="content-wrappable">Expected Result</th>
                <th class="content-wrappable">Actual Result</th>
                <th class="lean">Pass / Fail</th>
            </tr>
            <tr>
                <td class="lean">1</td>
                <td class="content-wrappable">Component has been deployed and individual installation tests ran.</td>
                <td class="content-wrappable">Component has been successfully deployed. All installation tests ran successfully.</td>
                <td class="content-wrappable">N/A</td>
                <td class="content-wrappable">N/A</td>
            </tr>