-
Notifications
You must be signed in to change notification settings - Fork 0
chore: 도메인 에러 코드 통일 및 Swagger 표기 #169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
436440f
refactor: 프로젝트 멤버 접근 거부를 PROJECT403 으로 통일
chazy-d 74072e8
feat: Video/Feedback/Schedule 에러 코드 정의
chazy-d 475c3c0
refactor: 작성자 검증과 중복 등록 응답을 도메인 코드로 교체
chazy-d 780dd5a
feat: @ApiErrorCodes 로 도메인 에러 응답을 문서에 주입
chazy-d 068efe5
docs: 인증·사용자·프로젝트 엔드포인트에 도메인 에러 코드 표기
chazy-d f40b5d9
docs: 채용·공유링크 엔드포인트에 도메인 에러 코드 표기
chazy-d 5f61c60
docs: 영상·피드백·일정 엔드포인트에 도메인 에러 코드 표기
chazy-d fddb54d
docs: 도메인 404 에러 코드를 엔드포인트에 표기
chazy-d c316a5e
docs: 201·302 를 반환하는 엔드포인트의 상태 코드를 문서에 반영
chazy-d fd3a15f
docs: 게스트 인증 흐름과 공유 링크 토큰 설계 의도를 문서에 표기
chazy-d 901d6e8
docs: 피드백 API 의 게스트 파라미터에 설명 추가
chazy-d ce42e2d
docs: 커서·페이지 크기·필터 쿼리 파라미터에 설명과 예시 추가
chazy-d b64f60f
docs: 설명에만 적혀 있던 도메인 에러 코드를 @ApiErrorCodes 에 표기
chazy-d 2431cb7
docs: 피드백·답글 엔드포인트에 작업 설명 추가
chazy-d File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟠 Major | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: SLAT-TO/SLATE-TO-BE
Length of output: 50376
🏁 Script executed:
Repository: SLAT-TO/SLATE-TO-BE
Length of output: 50375
🏁 Script executed:
Repository: SLAT-TO/SLATE-TO-BE
Length of output: 50376
🏁 Script executed:
Repository: SLAT-TO/SLATE-TO-BE
Length of output: 2844
8개 피드백·답글 작업에
@Operation(description = ...)을 추가하십시오.@Tag(description = ...)은 작업 설명을 대체하지 않습니다.OpenApiDocumentationTest는 설명이 없으면 실패합니다.📍 Affects 2 files
src/main/java/com/slatto/domain/feedback/controller/FeedbackController.java#L42-L44(this comment)src/main/java/com/slatto/domain/feedback/controller/FeedbackController.java#L60-L62src/main/java/com/slatto/domain/feedback/controller/FeedbackController.java#L76-L78src/main/java/com/slatto/domain/feedback/controller/FeedbackController.java#L93-L95src/main/java/com/slatto/domain/feedback/controller/FeedbackDetailController.java#L42-L45src/main/java/com/slatto/domain/feedback/controller/FeedbackDetailController.java#L61-L63src/main/java/com/slatto/domain/feedback/controller/FeedbackDetailController.java#L83-L85src/main/java/com/slatto/domain/feedback/controller/FeedbackDetailController.java#L100-L102🤖 Prompt for AI Agents