Skip to main content

Module onboarding

Module onboarding 

Source
Expand description

Onboarding milestone wire types. Shared with origin-mcp + origin-app.

Structs§

MilestoneRecord
A recorded milestone, returned by DB queries and API endpoints.

Enums§

MilestoneId
Canonical identifier for each onboarding milestone. The string form (produced by as_str, FromStr, and serde’s kebab-case rename) is the single source of truth for (a) the DB primary key, (b) the JSON wire format, (c) MilestoneRecord.id. All four forms must stay in sync – the round-trip test in this module enforces that.