Skip to content

Refactor: 카테고리, 회원, 알림#58

Merged
gratisreise merged 3 commits intomainfrom
dev
Mar 8, 2026
Merged

Refactor: 카테고리, 회원, 알림#58
gratisreise merged 3 commits intomainfrom
dev

Conversation

@gratisreise
Copy link
Owner

No description provided.

- URL 패턴 일관성 개선 (/articles/me/comments -> /comments/me/received)
- PUT -> PATCH로 변경 (부분 수정 의미)
- 댓글 생성 시 commentId 반환
- 삭제 API에 NoContent 응답 적용
- 페이징 기본값 명시 (sort, direction)
- PathVariable @min(1) 검증 추가
- BusinessException + ErrorCode로 예외 처리 표준화
- MemberController: customUser → memberId 파라미터 수정
- MemberController: file null 체크 추가, @PatchMapping 변경
- MemberController: 삭제 시 204 No Content 응답 사용
- MemberService: getMember, updateMember, deleteMember 메서드 구현
- MemberWriter: update, delete 메서드 구현
- Member: deletedAt 필드, updateProfile(), delete() 메서드 추가
- 알림 읽음 처리 API에 소유권 검증 로직 추가 (IDOR 방어)
- @memberid, @positive, @validated 어노테이션 적용
- Swagger 문서 summary/description 보완
- BusinessException + ErrorCode 패턴으로 예외 처리 표준화
@gratisreise gratisreise merged commit 8d964af into main Mar 8, 2026
0 of 2 checks passed
@coderabbitai
Copy link

coderabbitai bot commented Mar 8, 2026

Warning

Rate limit exceeded

@gratisreise has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 15 minutes and 38 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: d84b93c4-110b-4525-9759-682fca966983

📥 Commits

Reviewing files that changed from the base of the PR and between 34a95a3 and e7568e9.

📒 Files selected for processing (10)
  • src/main/java/com/mylog/domain/comment/CommentController.java
  • src/main/java/com/mylog/domain/comment/service/CommentReader.java
  • src/main/java/com/mylog/domain/comment/service/CommentWriter.java
  • src/main/java/com/mylog/domain/member/Member.java
  • src/main/java/com/mylog/domain/member/MemberController.java
  • src/main/java/com/mylog/domain/member/MemberService.java
  • src/main/java/com/mylog/domain/member/dto/UpdateMemberRequest.java
  • src/main/java/com/mylog/domain/member/service/MemberWriter.java
  • src/main/java/com/mylog/domain/notification/NotificationController.java
  • src/main/java/com/mylog/domain/notification/service/NotificationWriter.java

Note

.coderabbit.yaml has unrecognized properties

CodeRabbit is using all valid settings from your configuration. Unrecognized properties (listed below) have been ignored and may indicate typos or deprecated fields that can be removed.

⚠️ Parsing warnings (1)
Validation error: Unrecognized key(s) in object: 'linters', 'tools', 'pre_merge_checks', 'path_filters', 'path_instructions'
⚙️ Configuration instructions
  • Please see the configuration documentation for more information.
  • You can also validate your configuration using the online YAML validator.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dev

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.

1 participant