feat: universityInfoForApply에 koreanName 필드 추가 #59
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.
관련 이슈
작업 내용
학비 지불 방식에 따라 같은 대학이지만 여러 university 가 생성되는 것을 막기 위해, universityInfoForApply 객체에 koreanName 필드를 추가하고 university를 통합시킵니다.
특이 사항
테스트와 data.sql 데이터는 수정해두었으나, production 데이터베이스에 올라가있는 데이터는 이후 수동으로 수정 할 예정입니다.
그리고 대학 검색시 키워드 검색에 사용되는
UniversityFilterRepositoryImpl의countryOrUniversityContainsKeyword()에서도universityInfoForApply.koreanName가 아닌university.koreanName를 사용하고 있지만, 이는 검색 키워드에 사용되는 것이라university.koreanName로 검색해도 될 것 같습니다. 정확히는 querydsl 사용법을 잘 알지 못해 코드 수정하기가 어렵습니다...리뷰 요구사항 (선택)