Skip to content

v1.0.0 — 初回リリース / Initial release

Choose a tag to compare

@piguo45 piguo45 released this 11 Jun 10:00
· 115 commits to main since this release

single-file-wbs v1.0.0

単一HTMLで動く WBS/ガント+イナズマ線ビューア・エディタの初回安定版です。
A single-file WBS / Gantt viewer & editor with the Japanese inazuma (progress) line.

使い方 / Getting started

  1. 添付の wbs_viewer.html をダウンロードして Chrome で開く(サーバー・インストール不要)
  2. 添付の wbs.json(架空のサンプル)を「ファイルを開く」で読み込むとすぐ試せます
  3. アップデート方法: 新しい wbs_viewer.html で上書きするだけ。あなたの wbs.json には一切触れません

Download wbs_viewer.html, open it in Chrome (no server, no install). Load the bundled sample wbs.json to try it. Updating = overwrite the same HTML file — your data is never touched.

主な機能 / Features

  • 📊 ガント+予実オーバーレイ — 予定(枠)に実績(塗り)を重ね、はみ出し=遅延が直接見える
  • イナズマ線 — 着手遅延・終了遅延を1本の折れ線で(左へ突出=遅延)
  • ✏️ ブラウザ内編集 — インライン編集・自動保存・保存状態表示・誤操作はCtrl+Zで復旧(折りたたみ)
  • 🤖 AIチャット保守 — CLAUDE.md 同梱。Claude Code に「○○を完了にして」「6月を1週間後ろ倒し」が一言で通じる
  • 🌐 日本語 / English UI 切替
  • 🔒 依存ゼロ・外部送信ゼロ — 単一ファイル46KB・file://直開き・Chromium系対応

互換性 / Compatibility

  • データ形式は後方互換(旧 {project,tasks} 形式も読み込み可)
  • 壊れた入力でもクラッシュしない graceful degradation 設計
  • Google Chrome 推奨・Edge 等 Chromium 系対応(Firefox/Safari 不可)

🤖 Generated with Claude Code