Skip to content

Conversation

@moshi18
Copy link
Collaborator

@moshi18 moshi18 commented Oct 24, 2025

「目標を入力する」を押すと目標入力画面にいきます。完了を押すと元の画面に戻ります

@moshi18 moshi18 requested review from Hosoda-abo, b1017034, cocoa04263, gooharu and taki3210 and removed request for b1017034 October 24, 2025 07:53
@Hosoda-abo Hosoda-abo requested a review from kantacky October 24, 2025 08:18
@@ -0,0 +1,22 @@
"use client";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

review-must

Suggested change
"use client";

必要なければ消した方がいい!

Comment on lines +11 to +12
<h1>Second</h1>
<GoalInput />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

review-nits

Suggested change
<h1>Second</h1>
<GoalInput />
<h1>Second</h1>
<GoalInput />

VSCodeで自動でフォーマットするように設定できるから、チーム全体で設定した方がいいかも

Comment on lines +14 to +15


Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

review-nits

Suggested change

Comment on lines +18 to +19


Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

review-nits

Suggested change

Comment on lines +21 to +22


Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

review-nits

Suggested change

Comment on lines +12 to +15




Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

review-nits

Suggested change

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

review-imo
UIコンポーネントは /src/components ディレクトリに入れた方がよさそう
/src/app以下は、ページルーティングに関わる部分のみを置いておきたいかもしれない

@Hosoda-abo Hosoda-abo linked an issue Oct 29, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

児童の目標機能作成

3 participants