강의 정보 영어 지원 추가#526
Open
yeonseo432 wants to merge 1 commit into
Open
Conversation
- x-language 헤더로 언어 전달, ClientInfo에 language 추가 (null→ko 폴백) - Lecture/스냅샷/TagCollection에 영문 필드 추가, 수강신청 영문 엑셀·팝업 데이터 수집·동기화 - 검색/태그/시간표/북마크 응답을 언어별로 로컬라이즈 (en?:ko 읽기 시점 폴백, 응답 스키마 불변) - 영어 검색은 제목·교수(_en OR ko)·과목번호·강좌번호 단순 매칭 지원 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
언어 전달
x-language: ko | en헤더로 언어를 전달한다. 값이 없거나 알 수 없으면ko로 폴백.x-*클라이언트 메타데이터와 동일하게ClientInfo에 실어 컨트롤러로 주입한다.저장·응답 전략
Lecture(및 시간표/북마크 스냅샷,TagCollection)에 nullable 영문 필드를 병렬로 추가.기존 flat 스키마를 그대로 유지한다.
en ?: ko)하며,이는 읽기 시점에 적용되므로 과거 학기(영문 null)는 자동으로 한글로 내려간다.
ko로 동작 → 응답 스키마 변화 없음(하위호환). 즉, 기존 요청에도 정상적으로 작동하며 기존 응답 유지.수집·동기화
(기존 한글과 동일하게 팝업 우선, 엑셀 폴백).
equalsMetadata·태그 목록에도영문을 포함한다.
검색
선택된 영문 값을
_en컬럼에도 매칭하도록 처리.후속작업