-
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
Feat: Staff 두 언어 묶어서 동작하는 V2 API 정의 #301
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.
코멘트를 달긴 했는데 사실 교수진, 행정직원 수가 한정되어 있어서 크게 문제되지는 않을 듯? 그대로 가도 무방할것 같음
val koreanStaffDto = createStaff(LanguageType.KO, createStaffLanguagesReqBody.ko, mainImage) | ||
val englishStaffDto = createStaff(LanguageType.EN, createStaffLanguagesReqBody.en, mainImage) |
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.
createStaff에서 이미지 업로드 두번 될것 같은데 괜찮을까?
val koStaffDto = updateStaff(koStaffId, updateStaffLanguagesReqBody.ko, newImage) | ||
val enStaffDto = updateStaff(enStaffId, updateStaffLanguagesReqBody.en, newImage) |
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.
여기도 ??
수정할까 했는데 생각보다 뜯어고쳐야 될게 많네 이미지 하나만 업로드되고 제거되게 하려면... |
2df86fb
to
5f13cf0
Compare
Feat: Staff 두 언어 묶어서 동작하는 V2 API 정의
상세 설명
TODO