Skip to content

Commit

Permalink
#406 - typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sbatchelder committed Jun 9, 2021
1 parent f1c5206 commit 0ea357a
Showing 1 changed file with 29 additions and 9 deletions.
38 changes: 29 additions & 9 deletions roundabout/templates/exports/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,40 @@

{% block content %}
<div class="container">

<h2>Bulk Exports</h2>
<p>Use this interface to bulk download certain DB content</p>
<p><a type=button class="btn btn-primary" href="{% url 'exports:vessels' %}">Export Vessels</a></p>
<p><a type=button class="btn btn-primary" href="{% url 'exports:cruises' %}">Export Cruises</a> Downloads a CruiseInformation.csv file</p>
<p><a type=button class="btn btn-primary" href="{% url 'exports:deployments' %}">Export Deployments</a> Downloads a shiplist.csv file</p>
<p><a type=button class="btn btn-primary" href="{% url 'exports:calibrations' %}">Export Calibrations</a> Downloads a zip of calibration csv files</p>
<p><a type=button class="btn btn-primary" href="{% url 'exports:configconsts' %}">Export Configurations & Constants</a> Downloads a zip of configuration event csv files (incl. constants)</p>
<hr>

<div class="row">
<h2>Bulk Exports: CI spec</h2>
<p>Exports for CI require specific schema and requirements so as to match the OOI CI Asset Management GitHub CSVs.</p>
<div class="col-3"><p><a type=button class="btn btn-primary" href="{% url 'exports:vessels' %}">Export Vessels</a></p></div>
<div class="col-9"><p>Downloads a shiplist.csv file</p></div>
</div>

<div class="row">
<div class="col-3"><p><a type=button class="btn btn-primary" href="{% url 'exports:cruises' %}">Export Cruises</a></p></div>
<div class="col-9"><p>Downloads a CruiseInformation.csv file</p></div>
</div>

<div class="row">
<div class="col-3"><p><a type=button class="btn btn-primary" href="{% url 'exports:deployments' %}">Export Deployments</a></p></div>
<div class="col-9"><p>Downloads a zip of deployment csv files</p></div>
</div>

<div class="row">
<div class="col-3"><p><a type=button class="btn btn-primary" href="{% url 'exports:calibrations' %}">Export Calibrations</a></p></div>
<div class="col-9"><p>Downloads a zip of calibration csv files</p></div>
</div>

<div class="row">
<div class="col-3"><p><a type=button class="btn btn-primary" href="{% url 'exports:configconsts' %}">Export Configurations & Constants</a></p></div>
<div class="col-9"><p>Downloads a zip of configuration event csv files (incl. constants)</p></div>
</div>

<hr>

<h2>Bulk Exports: CI spec</h2>
<p>Exports for CI require specific schema and requirements so as to match the OOI CI Asset Management GitHub CSVs.</p>

<div class="row">
<div class="col-3"><p><a type=button class="btn btn-primary" href="{% url 'exports:CI' %}">Export All <span class="text-monospace">[CI]</span></a></p></div>
<div class="col-9"><p>Exports all the below assets to a single zip file named Asset-Management.zip</p></div>
Expand All @@ -64,7 +84,7 @@ <h2>Bulk Exports: CI spec</h2>
<div class="row">
<div class="col-3"><p><a type=button class="btn btn-primary" href="{% url 'exports:calibrations_with_configs' %}">Export Calibrations with Configurations and Constants</a></p></div>
<div class="col-9"><p>This export function is highly specialized. The CalibrationEvents_withConfigs.zip will contain zero or more CI CCC csv files, and a CalibrationsWithConfigs_EXPORTLOG.txt logfile.</p>
<p>CCC events that pass <span class="font-italic">all</span> the following Requirements must featurefeature:</p>
<p>CCC events that pass <span class="font-italic">all</span> the following Requirements must feature:</p>
<ul>
<li>CCCs must be reviewed/approved by at least two Users</li>
<li>CCCs defined for a Part must be found for the associated Inventory item</li>
Expand Down

0 comments on commit 0ea357a

Please sign in to comment.