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: User 객체 속성 개편 및 UserService 추가 구현 (#19) #20

Merged
merged 9 commits into from
Oct 11, 2023

Conversation

win-luck
Copy link
Contributor

@win-luck win-luck commented Oct 10, 2023

  • [프로필] 화면 관련 dto 및 service 로직 작성
  • [친구 관리] 화면 관련 dto 및 service 로직 작성
  • user 객체 follow 기능 별도의 객체로 분리하여 구현
  • user 테이블 프로필사진 속성 추가
  • UserServiceTest 재작성 (테스트 성공)

Check

  • 현재 유저별 개인정보 기반의 기준영양소 계산 로직 미구현 상태
  • 추후 UserController와 함께 구현 예정

@win-luck win-luck added the feat 기능 구현 label Oct 10, 2023
@win-luck win-luck requested a review from synoti21 October 10, 2023 14:08
@win-luck win-luck self-assigned this Oct 10, 2023
@win-luck win-luck linked an issue Oct 10, 2023 that may be closed by this pull request
5 tasks
@win-luck win-luck changed the title Feature/19 feat userservice ✨️feat: User 객체 속성 개편 및 UserService 추가 구현 (#19) Oct 10, 2023
@synoti21
Copy link
Contributor

수고하셨습니다!

@synoti21 synoti21 merged commit 5c94104 into master Oct 11, 2023
1 check passed
@synoti21 synoti21 deleted the feature/19-feat-userservice branch October 11, 2023 04:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 기능 구현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: User 객체 속성 개편 및 UserService 추가 구현 (#19)
2 participants