Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
feat: usersテーブルのmigrationとUserモデルの追加 / Add users table migration and User model
feat: add User domain layer / Userドメイン層の追加
feat: add User registration infrastructure layer
…eateUserCommand and UserDtoFactory
…_layer feat: add User registration application layer
…n_layer feat: add User registration presentation layer / ユーザー登録プレゼンテーション層の追加
feat: add Codecov integration for PR coverage reporting / CodecovによるPRカバレッジレポートの追加
…mail VO introduction
…ind-mail feat: implement Email ValueObject and findByEmail in Infra layer / Email ValueObjectとfindByEmailのInfra層実装
…ken-service feat: implement SanctumTokenService for token issuance and revocation / Sanctumトークン発行・失効のInfra層実装
… LoginUseCaseTest
feat: implement Application layer for User Login / ユーザーログインのApplication層実装
- Narrow source path to app/Packages only - Disable false-positive rules: no-literal-password, no-empty, no-nested-ternary, prefer-first-class-callable, block-statement, class-name - Raise cyclomatic-complexity threshold to 60, excessive-parameter-list to 25, too-many-methods to 30
…ayer feat: implement Presentation layer for User Login and introduce mago lint / ユーザーログインのPresentation層実装とmago lint導入
feat: implement Login API across all layers / ユーザーログインAPIの全層実装
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.
No description provided.