Activity and sequence diagrams

This commit is contained in:
Philip Sargent
2020-05-20 22:43:56 +01:00
parent 7be2220de7
commit 94d49e8974
8 changed files with 51 additions and 3 deletions

View File

@@ -12,20 +12,20 @@
<h3>Troggle data architecture</h3>
<p>
The core of troggle is the data architecture: the set of tables into which all the cave survey and expo data is poured and stored. These tables are what enables us to produce a large number of different but consistent reports and views.
<style>figure {font-weight: bold; font-size: small; font-family: sans-serif;}</style>
<style>figure {font-weight: bold; font-size: small; font-family: sans-serif;font-variant-caps: small-caps;}</style>
<div style="display: flex">
<div style="flex: 50%">
<figure>
<a href="../i/troggle-tables.jpg">
<img src="../t/troggle-tables-small.jpg" /></a>
<br><figurecaption>Tables (Objects)</figurecaption>
<br><figcaption>Tables (Objects)</figcaption>
</figure>
</div>
<div style="flex: 50%">
<figure>
<a href="../i/trogpkg.jpg">
<img src="../t/trogpkg-small.jpg" /></a>
<br><figurecaption>Packages</figurecaption>
<br><figcaption>Packages</figcaption>
</figure>
</div></div>
<h3>Architecture description</h3>