[Fix] #168 질문 조회 API 부문명 치환 오류 수정#169
Merged
Merged
Conversation
- Track enum에 한글 displayName 필드 추가 (분석/시각화/엔지니어링)
- getQuestions()에서 {Track}→{부문} 플레이스홀더 및 track.name()→getDisplayName() 수정
minseo0313
approved these changes
Jun 7, 2026
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.
@coderabbitai ignore
💡 개요
🪐 주요 변경 사항
Trackenum에 한글 displayName 필드 추가getQuestions()에서{Track}플레이스홀더를track.getDisplayName()으로 치환하도록 수정✅ 상세 내용
Track.ANALYSIS→분석,Track.VISUALIZATION→시각화,Track.ENGINEERING→엔지니어링track.name()은 enum 이름(영문)을 반환해 한글 부문명이 아닌ANALYSIS등이 노출되던 문제 수정ENGINEERING→엔지니어링)🔔 참고 사항
{Track}플레이스홀더 통일 작업은 별도 진행