Skip to content
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] 주 언어, 보조 언어 입력 API 구현 #24

Merged
merged 5 commits into from
Feb 17, 2024

Conversation

RumosZin
Copy link
Collaborator

Summary

  • userLanguage의 request, response를 모두 처리하기 위한 UserLanguageDTO 설정
  • /language를 다루는 LanguageController
  • main/sub language를 입력한 경우 사용자의 ROLE을 GUEST에서 USER로 변경
  • 회원만 사용하는 API, 비회원인 경우 DB에 저장할 필요 없으므로 API 사용하지 않음

Branch : feat/#22

etc

  • main, sub 둘 중 하나라도 null인 경우에 대한 처리를 백엔드에서 한다면 추후 처리 필요
  • userId가 음수이면 비회원이고, 백엔드에서 main, sub를 기억하지 않음

@RumosZin RumosZin merged commit 5003da7 into GDSC-CAU:main Feb 17, 2024
@RumosZin RumosZin deleted the feat/#22 branch May 30, 2024 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant