Talent Systems — Science Team
Rubric Versioning

How Versioning Works

Semver system for rubric changes with I-O psychology terminology.

Every save of the interviewer or scorer rubric creates an immutable version snapshot.

Version Types (Semver with I-O Language)

TypeSemverWhen to UseExample
RevisionMajor (X.0.0)Fundamental methodology changeRedesigning the scoring philosophy
RefinementMinor (x.Y.0)Moderate adjustmentAdding a new scoring rule
CalibrationPatch (x.y.Z)Fine-tuningAdjusting a threshold value

Save Process

  1. Edit rubric fields in the admin UI
  2. Click "Save Changes"
  3. Modal appears requesting:
    • Change type — Revision, Refinement, or Calibration
    • Version name — descriptive label (e.g., "Adjusted ownership threshold")
    • Description — at least 20 characters explaining the change
  4. Click "Save" → new version created, immediately active

Browsing History

  • Click the version dropdown in the save bar
  • SearchableSelect shows all versions with names and dates
  • Click any version to preview its full configuration
  • The current active version has a badge in the header

Rollback

  1. Select a previous version from the history
  2. Review its configuration in preview mode
  3. Click "Save" while previewing → creates a NEW version with the old config
  4. History is forward-only — rollback never overwrites previous versions

This design ensures a complete audit trail of every rubric state.

On this page