Skip to content

v1.1.0 — ガント再設計+CUD配色 / Gantt redesign + Color Universal Design

Choose a tag to compare

@piguo45 piguo45 released this 16 Jun 16:00
· 31 commits to main since this release

ガント表現を全面的に再設計し、色覚多様性(CUD)に配慮した配色へ刷新しました。
A full redesign of the Gantt representation, with Color-Universal-Design–aware colors.

✨ ガント再設計 / Gantt redesign (#65)

  • 予定=塗りなしの枠/実績=塗りバー を同一レーンに重ねる(プログレスバー誤認を、状態の色分けで解消)
    Plan = unfilled outline / actual = filled bar, overlaid in one lane.
  • 終了遅延=赤バー+「+N」(進行中=鮮やかな赤/完了済み=くすんだ赤)
    Finish delay = red bar + "+N" (vivid while active / muted when done).
  • 完了=グレーのバー(青=進行中/グレー=完了 が一目で)
    Done = gray bar (blue = active / gray = done at a glance).
  • 着手遅れ=枠の左が空く(専用色を持たず、空きで表現)
    Start delay shown by the empty left of the outline.
  • 親(集約)=細いサマリーバー(形で葉と区別・全階層で同色)
    Parent (aggregate) = thin summary bar (distinguished by shape, same color across levels).

🎨 カラーユニバーサルデザイン / Color Universal Design (#35)

  • Okabe-Ito 原則に沿って「青と紫」の混同を回避(マイルストーン既定色=モーブ)
    Avoids "blue vs purple" confusion per Okabe-Ito (milestone default = mauve).
  • 配色監査ツール test_color_audit.py を新設(重なり/隣接の色差を色覚3型で自動検証)
    New color-audit test verifying adjacency contrast across 3 CVD types.

🧪 テスト / Tests

  • test_gantt_bars / test_highlight を追加、全17スイート GREEN
    Added bar/highlight tests; all 17 suites green.

動作環境 / Requirements: Google Chrome(Chromium系)・file:// でそのまま開けます。依存ゼロ・単一HTML。
No install, zero dependencies, single HTML — just open it in Chrome.