@suluk/models - v0.1.3
    Preparing search index...

    Interface AxisRule

    interface AxisRule {
        source: string;
        metric: string;
        boundaries: { frontier: number; strong: number; mid: number };
    }
    Index

    Properties

    source: string

    the public leaderboard(s) this axis is bucketed from (cited in every cell's source).

    metric: string

    what the score means (so a reviewer can reproduce the bucketing).

    boundaries: { frontier: number; strong: number; mid: number }

    score >= frontier ⇒ frontier; >= strong ⇒ strong; >= mid ⇒ mid; else basic.