feat(release): add phase10 tests, smoke load script, release checklist, and onboarding simulator flow

This commit is contained in:
2026-01-25 11:30:00 +00:00
parent 2580719e03
commit 3b61460d7e
6 changed files with 119 additions and 2 deletions

View File

@@ -118,9 +118,19 @@
<div class="page">
<h1>Mobile Client Simulator</h1>
<p>
Use this page like a phone app: register device role, connect socket with bearer device token, and run camera/client
actions. You must already be signed in via Better Auth in this browser session.
Use this page like a phone app: authenticate, register device role, connect socket with bearer device token, and run
camera/client actions.
</p>
<section class="panel" style="margin-bottom:16px">
<h2>App-Like Onboarding Flow</h2>
<ol>
<li>Sign up/sign in in the <strong>Auth</strong> panel.</li>
<li>Pick role (<code>camera</code> or <code>client</code>) and register device.</li>
<li>Connect socket to become online.</li>
<li>Client links to camera, requests stream; camera accepts automatically via command handling.</li>
<li>Camera finalizes recording; client fetches download URL and polls push inbox when offline.</li>
</ol>
</section>
<div class="grid">
<section class="panel">