For the Nomadic workshop team

From bench to Build Board

The workshop app is tablet-first and mirrors how a watch actually moves through the workshop: five states, left to right. Two rules are enforced for you — a watch is registered on-chain the moment its build is confirmed, and the person who built a watch can never be the person who passes its QC.

The Build Board

The board shows every watch in play, bucketed by state: Draft → Build Complete → QC In Progress → QC Passed → Fulfilled. Each card carries the serial and SKU and a single next action — the board always tells you what a watch needs next.

The Build Board with five state columns and per-card next actions
The Build Board. Cards move left to right; the button on each card is the watch's next step.

Stage 1 — Creating the watch record

New Watch captures the build identity: caseback serial, product SKU (picked from the live catalog — this pre-fills the bill of materials from the product's template), Sellita and case batch numbers, case unique ID, timegrapher readings and build date. The signed-in watchmaker is recorded automatically as "Made by".

Create Watch Record form with build identity fields and grouped BOM entry
Stage 1. SKU picker pre-fills the BOM; submitting registers the watch on-chain.

Stage 2 — Quality control

QC is the 16-point inspection: checkpoints 1–13 are pass/fail, 14–16 capture timegrapher rate, amplitude and beat error as data. The QC operator must be a different login from the watchmaker — the system rejects the submission otherwise, and the banner at the top warns you before you start.

The 16-point QC sheet with pass/fail toggles, failure capture rail, photo evidence input and save progress button
The QC sheet. The right-hand rail records failure detail and photo evidence; both submit routes are explicit about where the watch goes next.

Stage 3 — Fulfilment & the packaging label

From QC Passed, the fulfilment operator confirms despatch — Shipped from HQ, Collected from HQ, or Via retailer. This appends a despatch event to the existing on-chain record (it is not a re-registration) and moves the watch to Fulfilled, which is what unlocks owner activation and the public authenticity badge.

Every registered watch has a printable packaging label for the box insert / warranty card: the QR opens the watch's public passport, and the serial printed beneath it is the owner's activation key.

Printable packaging label with QR code and serial
The packaging label — QR to the public passport, serial as the activation key.

The asset record

Every watch's detail page brings the whole story together: build identity, the full BOM, the internal QC record, and the on-chain registration card with its blockchain reference, current owner, warranty status and the QR.

Asset detail page showing build identity, BOM, QC record and on-chain registration
A fulfilled, owner-activated watch: registered on-chain, QC on record, warranty active.
Who can do what Creating and registering watches needs a watchmaker login; QC needs a qc login; despatch needs fulfilment. Accounts and roles are managed by the Nomadic admin — see the Admin guide. One person can hold several roles; the build-vs-QC separation is enforced per watch regardless.