ContractSpec docs

OSS-first docs

These docs teach the open system first: contracts, generated surfaces, runtimes, governance, and incremental adoption. Studio shows up as the operating layer on top, not as the source of truth.

learning-journey-ui-onboarding

Developer onboarding UI with checklists, journey maps, and step-by-step progress

  • Type: feature
  • Version: 1.0.0
  • Stability: experimental
  • Owners: @examples
  • Tags: learning, ui, onboarding, checklists
  • field.key.label
    learning-journey-ui-onboarding
    field.version.label
    1.0.0
    field.type.label
    feature
    field.title.label
    learning-journey-ui-onboarding
    field.description.label

    Developer onboarding UI with checklists, journey maps, and step-by-step progress

  • Type: feature
  • Version: 1.0.0
  • Stability: experimental
  • Owners: @examples
  • Tags: learning, ui, onboarding, checklists
  • field.tags.label
    learning,ui,onboarding,checklists
    field.owners.label
    @examples
    field.stability.label
    experimental

    Developer onboarding UI with checklists, journey maps, and step-by-step progress

    Source Definition

    import { defineFeature } from '@lssm-tech/lib.contracts-spec';
    
    export const LearningJourneyUiOnboardingFeature = defineFeature({
    	meta: {
    		key: 'learning-journey-ui-onboarding',
    		version: '1.0.0',
    		title: 'Learning Journey UI: Onboarding',
    		description:
    			'Developer onboarding UI with checklists, journey maps, and step-by-step progress',
    		domain: 'learning-journey',
    		owners: ['@examples'],
    		tags: ['learning', 'ui', 'onboarding', 'checklists'],
    		stability: 'experimental',
    	},
    
    	docs: ['docs.examples.learning-journey-ui-onboarding'],
    });