docs: ドキュメントを現在のリポジトリ状態に合わせて更新#217
Open
Copilot wants to merge 3 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Agent-Logs-Url: https://github.com/ToYama170402/rishu-app/sessions/0b02851d-92de-458e-8e3d-7fba12543775 Co-authored-by: ToYama170402 <100946113+ToYama170402@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update README and CONTRIBUTING files to match latest repository state
docs: ドキュメントを現在のリポジトリ状態に合わせて更新
Apr 10, 2026
ToYama170402
approved these changes
Apr 11, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
レガシーサービス(SolidJS/MUI/旧frontend等)への参照が残っていた各種README/ガイドを、現行のリポジトリ構成・技術スタック(Next.js + Tailwind CSS + shadcn/ui、nginxの実際のルーティング等)に合わせて更新するPRです。
Changes:
- ルートREADMEから legacy サービス/旧スタック参照を削除し、現行スタック表記とアーキテクチャ図を整理
- nginx のREADMEから
builder.*(syllabus-frontend)向け記述を削除し、実際のdefault.conf.templateと整合 - frontend/README を実プロダクト向けの説明に刷新(セットアップ、テスト、機能、トラブルシューティング等)
- CONTRIBUTING の Dev Container / スタイリングガイドを現状(Tailwind/shadcn/ui)に更新
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| readme.md | legacy 記述の削除、利用技術・構成・図を現状に合わせて更新 |
| nginx/README.md | 実設定に存在しない builder.* ルーティング記述を削除 |
| frontend/README.md | create-next-app boilerplate を置換し、現行開発手順/テスト/機能を明文化 |
| CONTRIBUTING.md | Dev Container 選択肢やスタイリング方針を Tailwind/shadcn/ui 前提に更新 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+76
to
+78
|
|
||
| # 型チェック | ||
| pnpm typecheck |
Comment on lines
79
to
82
| 開発環境のポート割り当て: | ||
| - `frontend` (新実装): http://localhost:3000 | ||
| - `legacy-frontend` (旧実装): http://localhost:3001 | ||
| - `legacy-syllabus-frontend` (旧実装): http://localhost:4000 | ||
| - `frontend`: http://localhost:3000 | ||
| - `syllabus-backend`: http://localhost:8080 | ||
|
|
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.
各ドキュメントが削除済みの legacy サービスや旧技術スタック(MUI、SolidJS)を参照しており、リポジトリの実態と乖離していた。
変更内容
各ドキュメントをリポジトリの現在の状態に合わせて修正。
変更の種類
関連Issue
Closes #
変更の詳細
readme.mdlegacy-frontend・legacy-syllabus-frontendを削除rishu builder viewerノード削除)nginx/README.mdsyllabus-frontend(builder.*ルーティング)を削除(実際のdefault.conf.templateに該当ルートは存在しない)frontend/README.mdcreate-next-appの汎用 boilerplate を廃棄CONTRIBUTING.mdsyllabus-frontendを削除syllabus-frontendを削除syllabus-frontend統合に関する stale な TODO コメントを削除テスト
テスト内容
ドキュメント変更のみ。コード変更なし。
チェックリスト
スクリーンショット
N/A(ドキュメント変更のみ)
その他
docker-compose.dev.ymlおよび.devcontainer/にはlegacy-frontend・legacy-syllabus-frontendのエントリが残っているが、対応するソースディレクトリは存在しないため、ドキュメント上では記載しない方針とした。