lomavuokraus/docs/sequences.html
2025-11-24 17:31:21 +02:00

47 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Feature Sequences</title>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<header>
<h1>Sequence Diagrams</h1>
<div class="meta">PlantUML sources for key flows; render locally.</div>
</header>
<main class="grid">
<section class="card">
<h2>User Registration &amp; Verification</h2>
<p>PlantUML: <code>docs/plantuml/auth-register-login.puml</code></p>
<img src="./plantuml/auth-register-login.svg" alt="User registration and verification sequence" class="diagram-img" />
</section>
<section class="card">
<h2>Listing Creation &amp; Approval</h2>
<p>PlantUML: <code>docs/plantuml/listing-create-approve.puml</code></p>
<img src="./plantuml/listing-create-approve.svg" alt="Listing creation and approval sequence" class="diagram-img" />
</section>
<section class="card">
<h2>Listing Removal by Owner/Moderator</h2>
<p>PlantUML: <code>docs/plantuml/listing-removal.puml</code></p>
<img src="./plantuml/listing-removal.svg" alt="Listing removal sequence" class="diagram-img" />
</section>
<section class="card">
<h2>Profile Update (Name/Password)</h2>
<p>PlantUML: <code>docs/plantuml/profile-update.puml</code></p>
<img src="./plantuml/profile-update.svg" alt="Profile update sequence" class="diagram-img" />
</section>
<section class="card">
<h2>Rendering instructions</h2>
<ul>
<li>PlantUML: <code>plantuml docs/plantuml/*.puml</code> (local PlantUML/Java or Docker).</li>
<li>Draw.io: open <code>docs/drawio/*.drawio</code> in the desktop app to edit/export PNG/SVG locally.</li>
</ul>
</section>
</main>
</body>
</html>