[codex] Academy Fes LPの参加理由と素材訴求を調整#24
Merged
Merged
Conversation
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.
概要
既存実装の調整意図
techguide/src/routes/profile/academy-fes-2026/+page.svelteの北原さん紹介は、人物像だけだと初見の人に規模感が伝わりづらいため、UBM公式ページに掲載されている公開実績を「一部抜粋」と明記して追加しました。techguide/src/routes/profile/academy-fes-2026/+page.svelteのブース文言は、旧コピーだと「プログラミング体験」の説明に寄っていたため、AI/ロボットが現実の体験になる未来感が伝わる構成へ変更しました。techguide/src/routes/contact/+page.server.tsとtechguide/src/lib/contact/form.tsは、LPからの事前質問導線でカテゴリだけでなく件名・本文も初期入力できるようにするため、クエリパラメータの受け取り範囲を拡張しました。検証
pnpm checkpnpm lintpnpm buildhttp://127.0.0.1:5180/profile/academy-fes-2026を開き、事前質問導線の表示を確認/contact/?category=ai&subject=...&message=...を開き、カテゴリ・件名・本文が初期入力されることを確認