Conversation
- public/gameディレクトリを削除し、経路検索機能に移行 - Gemini API(gemini-2.0-flash)で「阪東橋駅→綱島駅」の経路を検索 - トップページにモーダル表示機能を追加 - ページ読み込み時に自動的に経路を取得 - E2Eテスト追加(6件) - モーダル内リストにモダンなスタイリング適用 技術詳細: - @ai-sdk/google パッケージ追加 - react-markdown でMarkdown表示 - Zodバリデーション実装 - E2E_FAKE_LLM=1 でテストモード対応 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
概要
public/gameディレクトリを削除し、Gemini APIを使用した経路検索機能に移行しました。
Fixes #121
主な変更内容
🗑️ 削除
public/game/ディレクトリ(ゲーム機能)e2e/tests/game/ディレクトリ(ゲームテスト)✨ 新機能
経路検索API:
src/app/api/route-search/route.tsUI/モーダル:
src/app/presentation/components/routeSearchModal.tsxE2Eテスト:
e2e/tests/route-search/route-search.spec.ts📦 依存関係
@ai-sdk/googlev2 追加react-markdown追加テスト結果
レビュー
スクリーンショット
トップページに「経路を表示」ボタンが追加され、クリックするとモーダルで経路情報が表示されます。
🤖 Generated with Claude Code