-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
시설, 찾아오는길 v2 read api + 진로 현황 CU api #323
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
코멘트 남긴것만 한번 확인해조!
enum class Career(val krName: String) { | ||
SAMSUNG("삼성"), LG("LG"), LARGE("기타 대기업"), | ||
SMALL("중소기업"), GRADUATE("진학"), OTHER("기타") | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이 부분 enum으로 한 이유가 있는거 아니면 그냥 string으로 하는게 나을듯..?
사실 이 부분이 변경될 가능성이 거의 없기야 해서 상관없을거 같긴 하지만
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이상한 값 들어오는 거 방지 + 영어로 받아서 DB에는 기존과 같이 한글로 넣으려고 이렇게 했는데 string으로 하는게 나을거 같은 이유는 어떤 부분이야?
시설, 찾아오는길 + 졸업생 진로 현황
한줄 요약
시설, 찾아오는길 v2 GET api, 졸업생 진로 현황 연도 추가, 연도별 수정 api