fix: API 테스트 서버 scheme 추가#5
Merged
Merged
Conversation
- swagger-ui로 배포된 API 테스트 가능하도록 수정
ysw789
added a commit
that referenced
this pull request
May 10, 2026
* feat: 근무자 색상 코드 엔티티 필드 및 UseCase 추가 * feat: 근무자 색상 코드 변경 DTO 및 응답 필드 추가 * feat: 근무자 색상 코드 변경 API 엔드포인트 추가 * refactor: Command 패턴으로 UseCase 아키텍처 개선 - UpdateWorkspaceWorkerColorCommand 도메인 Command 클래스 신규 생성 - 인바운드 포트(ManagerUpdateWorkspaceWorkerColorCodeUseCase)에서 어댑터 DTO 의존 제거 - UseCase 구현체에서 Command 사용으로 변경 - 컨트롤러에서 DTO → Command 변환 후 호출 (어댑터 검증 책임 유지) 헥사고날 아키텍처 경계 준수 (CodeRabbit 리뷰 #2, #5 반영) * docs: ControllerSpec ErrorCode 예시 정합성 수정 - 409 응답의 불명시 ErrorCode B026 → B020(CONFLICT)으로 수정 - 실제 UseCase가 throw하는 ErrorCode.CONFLICT와 일치하도록 정정 - 404 응답 예시(B008 업장, B019 근무자)는 정의된 코드로 유지 Swagger 문서 정합성 개선 (CodeRabbit 리뷰 #1 + 추가 발견 반영)
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.
ID
변경 내용
구현 사항