Skip to content

feat: Customerスキーマの全プロパティを必須化し、traq_idをnullableに設定 (#15)#57

Open
reiroop wants to merge 1 commit into
feature/issue-50from
feature/issue-15
Open

feat: Customerスキーマの全プロパティを必須化し、traq_idをnullableに設定 (#15)#57
reiroop wants to merge 1 commit into
feature/issue-50from
feature/issue-15

Conversation

@reiroop
Copy link
Copy Markdown
Collaborator

@reiroop reiroop commented May 31, 2026

本PRは、Issue #15 に基づき、Customer スキーマ内のすべてのプロパティ(id, traq_id, email, name)を required に指定し、かつ一部省略可能なフィールドである traq_id に nullable: true を指定します。本ブランチは #53 (feature/issue-50) の上に重ねています。

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 31, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 738fcd2e-3c8f-4216-96ee-477a59afa69c

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/issue-15

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

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.

Customerrequired指定がない

1 participant