Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.48 KB

File metadata and controls

41 lines (29 loc) · 1.48 KB

Evidence Level Badges

MisakaNet uses an E0-E4 evidence level system to indicate the trust level of each lesson.

Badge Colors

Level Badge Color Meaning
E0 E0 Gray Unverified — lesson not yet validated
E1 E1 Red Self-reported — submitted by author without verification
E2 E2 Orange Verified fix — fix has been tested and confirmed
E3 E3 Blue Peer-reviewed — reviewed and approved by another contributor
E4 E4 Green Maintainer-verified — verified by a project maintainer

Usage in Lessons

Add the evidence level to your lesson's frontmatter:

---
evidence_level: E2
---

Badge Rendering

Badges are automatically rendered in the lesson search results and detail pages.

Accessibility

  • All badges include <title> elements for screen readers
  • role="img" and aria-labelledby attributes are included
  • Color is not the only indicator — text labels are always present

Design Rationale

  • Gray (E0): Neutral, indicates unknown/unverified state
  • Red (E1): Warning color, indicates unverified self-report
  • Orange (E2): Caution color, indicates verified but not reviewed
  • Blue (E3): Trust color, indicates peer review
  • Green (E4): Success color, indicates maintainer verification