[REFACTOR] UUID와 응답 변환 메서드 명칭의 정합성 개선 - #190
Open
poketopa wants to merge 2 commits into
Open
Conversation
poketopa
marked this pull request as ready for review
August 4, 2026 23:01
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.
관련 이슈
Closes #189
변경 배경
UUID 타입을 사용하는 관리자 문서 삭제 메서드가
Id로 표현되어 있었고, 조직 문서 검색 응답 변환 메서드는 현재 반환 DTO가 아닌 이전 응답 구조를 나타내는 이름을 유지하고 있었다.프로젝트에서 반복적으로 사용하는
ByUuid명명과 반환 DTO 기준 변환 메서드 명명에 맞춰 의미를 정리변경 내용
Id명칭을Uuid로 변경OrganizationDocumentSearchResponse와 일치하도록 변경검증
AdminControllerTest,CrewDocumentServiceJavaTest통과backend-ci.yml의test잡 통과origin/develop대비 독립 코드 리뷰 승인