47 lines
1.8 KiB
HTML
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 & 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 & 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>
|