docs: モック→商用化ギャップ分析CSV(12ヶ月ロードマップ叩き台)#128
Open
yu23ki14 wants to merge 2 commits into
Open
Conversation
リポ調査をもとに、Must/Should/Could 振り分けの叩き台として 238 件の 機能候補を整理。営業・開発の会議で MoSCoW 列を書き換える前提。 - docs/roadmap/feature-candidates-12m.csv: ID / 大カテゴリ / 中カテゴリ / 機能名 / 機能概要 / 対象ユーザ / モック実装状況 / 想定フェーズ / MoSCoW優先度案 / 想定工数 / 依存関係 / 備考 の 12 列 - カテゴリ: ユーザコア / 認証ウォレット / ドメインUX / 管理画面 / スマートコントラクト / インデクサー / 通知サポート / SEO法務 / アクセシビリティi18n / Webセキュリティ / インフラ運用 / ブロックチェーン運用 / テストQA / 開発基盤 / データ取扱 - 実装済 29 / 部分実装 31 / 未実装 178 - .gitignore: .claude/ をローカル設定として除外 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
contract側のTSが ~5.8.0 だったため、pnpmが viem/ox/abitype を TS 5.8.3 / 5.9.3 の2フレーバで重複展開し、frontendのtsc時間が 膨らんでいた(cold 7分、Check時間418秒)。contractをfrontendと 同じ ^5.9.2 に揃え、frontendに incremental ビルド情報を追加して warm時の型チェックを 7分→10秒 に短縮する。 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
関連 Issue
なし(営業・開発会議用の叩き台として作成)
変更内容
リポ調査(contract / frontend / indexer / infra)に基づいて、商用リリース可否のギャップを 238 件に整理した CSV を
docs/roadmap/feature-candidates-12m.csvとして追加します。.claude/をローカル設定として.gitignoreに追加しています。動作確認
awkで確認スクリーンショット(該当する場合)
なし。
その他
このCSVをもとに、A〜C カテゴリの未実装 Must について以下のフォローアップ Issue/PR を起票しました:
実装済(PR open):
保留(依存ブロック):
MoSCoW列・想定フェーズは叩き台です。 営業・開発会議で書き換える前提で埋めています。
🤖 Generated with Claude Code