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: nickname 생성 구현 #25

Merged
merged 1 commit into from
Nov 4, 2024
Merged

Conversation

Preta3418
Copy link
Collaborator

@Preta3418 Preta3418 commented Nov 4, 2024

닉네임 자동 생성 + update 기능을 구현했습니다. 추가로 memberId 참조를 전부 profileId 참조로 변경했습니다

closed #10

#️⃣연관된 이슈

☑️ PR 유형

  • 새로운 기능 추가
  • 코드 리팩토링

📝 작업 내용

Profile 참조를 memberId 가 아닌 profileId 로 변경하였습니다
nickname 을 더이상 member 측에서 참조하지 않습니다! 나중에 member 측 닉네임 관련 기능들을 제거하겠습니다
nickname 은 최초 생성시 default#? 형태로 구현되며, update 를 통해서 변경이 가능합니다. 또한 중복이 불가능 하게 구현했습니다

마지막으로 create 관련 controller, service 를 전부 제거했습니다. profile 은 기본적으로 Member 생성시 자동 생성만이 가능합니다

✅ 피드백 반영사항

💬 리뷰 요구사항

닉네임 자동 생성 + update 기능을 구현했습니다. 추가로 memberId 참조를 전부 profileId 참조로 변경했습니다

Related to: prgrms-be-devcourse#10
@Preta3418 Preta3418 merged commit 6c32199 into prgrms-be-devcourse:main Nov 4, 2024
1 of 2 checks passed
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.

[Feat] Profile 구현 밑 관련 Member 기능 추가
1 participant