Merged
Conversation
総武快速線の英語表記にRapid Serviceを追加
* docs: GTFS都営バスデータ導入に関する調査報告書を追加 既存のStationAPIにGTFSフォーマットの都営バスデータを導入する際の 懸念点と対応アプローチ案を調査・整理した。 主な調査内容: - 現在のStationAPIの構造とGTFSフォーマットの比較 - データモデル、ID体系、パフォーマンスへの影響 - API設計、データ更新運用の課題 - 段階的な統合拡張アプローチの提案 * docs: マークダウンリント指摘の修正 - コードブロックに言語指定(text)を追加 - 強調記号を見出し記法(####)に変更 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * docs: Phase見出し後に空行を追加(MD022対応) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
* docs: 技術負債分析レポートを追加 - 高優先度: 過大な構造体設計、SQL最適化、過度なclone使用 - 中優先度: 命名問題、複雑なSQLクエリ、ハードコード値 - 低優先度: テスト不足、ドキュメント不足 - 改善提案を短期/中期/長期で整理 * docs: コードレビュー指摘を反映 - README.md に技術負債分析ドキュメントへのリンクを追加 - Station 構造体のフィールド数を 66 → 64 に訂正 - Line 構造体のフィールド数を 39以上 → 33 に訂正 - Clippy suppression の説明を impl-block attribute として明確化 - アーキテクチャドキュメント不足を高優先度に変更 - 重複セクションを削除 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
* docs: アーキテクチャドキュメントを追加 - docs/architecture.md を新規作成 - 4層構造(Domain/UseCase/Infrastructure/Presentation)の設計思想 - データベース/gRPC/スキーマ更新時の注意点 - 命名規則(Row構造体 vs Entity の区別) - キャッシュ戦略の判断理由(query.rs:169-265) - README.md にドキュメントへの参照を追加 - technical_debt.md のアーキテクチャドキュメント不足を対応済みに更新 Closes #1350 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * style: コードブロックに言語指定を追加 (MD040対応) CodeRabbitのレビュー指摘に対応し、docs/architecture.md内の 5箇所のコードブロックに言語指定 (txt) を追加。 - 39行目: レイヤー構造図 - 251行目: 変換フロー図 - 332行目: リクエストフロー図 - 377行目: エラー伝播チェーン図 - 391行目: ディレクトリ構造 --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
* 駅から半径300m以内のバス停を乗換可能バス停とする * rustfmt * transport_typeをちゃんと使う * rustfmt * テストコード修正
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Comment |
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.
都営バス対応がメイン