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-gamified

Gamified learning UI with drills, quests, flash cards, and mastery rings

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

    Gamified learning UI with drills, quests, flash cards, and mastery rings

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

    Gamified learning UI with drills, quests, flash cards, and mastery rings

    Source Definition

    import { defineFeature } from '@lssm-tech/lib.contracts-spec';
    
    export const LearningJourneyUiGamifiedFeature = defineFeature({
    	meta: {
    		key: 'learning-journey-ui-gamified',
    		version: '1.0.0',
    		title: 'Learning Journey UI: Gamified',
    		description:
    			'Gamified learning UI with drills, quests, flash cards, and mastery rings',
    		domain: 'learning-journey',
    		owners: ['@examples'],
    		tags: ['learning', 'ui', 'gamified', 'drills'],
    		stability: 'experimental',
    	},
    
    	docs: ['docs.examples.learning-journey-ui-gamified'],
    });