Skip to content

Commit

Permalink
Add full stop to all report descriptions (#158)
Browse files Browse the repository at this point in the history
* Reformat 'Select Report'  page (#151)

* Move report descriptions into dedicated column.
* Add report filter info to description column.
* Make table header darker to distinguish from striped rows
* Rename 'AIP Storage Locations' report to 'Storage locations'
* Add full stop to all description text
* Add date range option to Storage Location report description.
* make  filter descriptions consistent
* assign proper ID to fix AIP Contents button
  • Loading branch information
peterVG authored Jun 15, 2021
1 parent 2e7d607 commit b9bfa18
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions AIPscan/Reporter/templates/reports.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
<td>
<strong>Storage locations</strong>
</td>
<td><span class="text-muted"><span class="text-muted">List all locations in this Storage Service, including total AIPs and storage volume.</span></span></td>
<td><span class="text-muted"><span class="text-muted">List all locations in this Storage Service, including total AIPs and storage volume.
<br>Filter by date range.</span></span></td>
<td>
<a href="#"><button type="button" id="storageLocations" class="btn btn-info" style="margin-left:5px; margin-bottom:5px;">Tabular</button></a>
</td>
Expand All @@ -82,21 +83,22 @@
<tr>
<td><strong>Largest files</strong></td>
<td><span class="text-muted">Top twenty largest files in the Storage Service.
<br>Filter by storage location. Filter by originals or preservation copies (in report).</span></td>
<br>Filter by storage location.
<br>Filter by originals or preservation copies (in report).</span></td>
<td><a href="#"><button type="button" id="report9a" class="btn btn-info" style="margin-left:5px; margin-bottom:5px;">Tabular</button></a></td>
</tr>

<tr>
<td><strong>File format count</strong></td>
<td><span class="text-muted">Number of files per format and the volume of storage each uses.
<br>Filter by date range and storage location</span></td>
<br>Filter by date range and storage location.</span></td>
<td><a href=""><button type="button" id="report1a" class="btn btn-info" style="margin-left:5px; margin-bottom:5px;">Tabular</button></a><a href=""><button type="button" id="report1b" class="btn btn-info" style="margin-left:5px; margin-bottom:5px;">Pie Chart</button></a><a href=""><button type="button" id="report1c" class="btn btn-info" style="margin-left:5px; margin-bottom:5px;">Scatter Plot</button></a></td>
</tr>

<tr>
<td><strong>Format version count</strong></td>
<td><span class="text-muted"><span class="text-muted">Number of files per format version (PUID) and the volume of storage each uses.
<br>Filter by date range and storage location</span></td>
<br>Filter by date range and storage location.</span></td>
<td><a href="#"><button type="button" id="report3a" class="btn btn-info" style="margin-left:5px; margin-bottom:5px;">Tabular</button></a></td>
</tr>

Expand All @@ -105,7 +107,7 @@
</td>
<td><span class="text-muted">Types of file formats in AIPs, including file count per format.
<br>Filter by date range and storage location.</span></td>
<td><a href="#"><button type="button" id="report2a" class="btn btn-info" style="margin-left:5px; margin-bottom:5px;">Tabular</button></a></td>
<td><a href="#"><button type="button" id="aipContents" class="btn btn-info" style="margin-left:5px; margin-bottom:5px;">Tabular</button></a></td>
</tr>

<tr>
Expand Down Expand Up @@ -174,7 +176,7 @@
</td>

<td>
<span class="text-muted">AIPs containing preservation copies matching the selected PRONOM Unique Identifier (file format versions)
<span class="text-muted">AIPs containing preservation copies matching the selected PRONOM Unique Identifier (file format versions).
<br>Filter by storage location.</span>
</td>

Expand All @@ -185,14 +187,15 @@
<tr>
<td><strong>Preservation derivatives</strong></td>
<td><span class="text-muted"><span class="text-muted">Map original files to their preservation copy counterpart.
<br>Filter by storage location and filter by AIP (inside report)</td>
<br>Filter by storage location.
<br>Filter by AIP (in report).</td>
<td><a href="#"><button type="button" id="preservationDerivatives" class="btn btn-info" style="margin-left:5px; margin-bottom:5px;">Tabular</button></a></td>
</tr>

<tr>
<td><strong>User ingest log</strong></td>
<td><span class="text-muted">List all Archivematica ingest events, per user.
<br>Filter by storage location</span></td>
<br>Filter by storage location.</span></td>
<td>
<a href="#"><button type="button" id="transferLogTabular" class="btn btn-info" style="margin-left:5px; margin-bottom:5px;">Tabular</button></a>
<a href="#"><button type="button" id="transferLogGantt" class="btn btn-info" style="margin-left:5px; margin-bottom:5px;">Gantt Chart</button></a>
Expand Down

0 comments on commit b9bfa18

Please sign in to comment.