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: UserController 구현 (#22) #23

Merged
merged 4 commits into from
Oct 13, 2023
Merged

Conversation

win-luck
Copy link
Contributor

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

  • UserService 일부 메서드 예외처리 로직 추가
  • UserService 팔로우 목록 조회 기능 추가
    (점수 계산 및 랭킹을 위한 정렬을 FoodService에서 할지, UserService가 FoodRepository를 당겨와서 처리할지 협의 필요)
  • UserController (API) 1차 구현
  • Swagger API 의존성 추가 및 적용

Next

  • User 개인정보를 기반으로 한 칼탄단지 기준섭취량 분류 로직 작성
  • 카카오로그인 구현
  • 테스트코드 Mock으로 리팩토링
  • Redis 캐싱 적용

@win-luck win-luck added the feat 기능 구현 label Oct 13, 2023
@win-luck win-luck requested a review from synoti21 October 13, 2023 02:54
@win-luck win-luck self-assigned this Oct 13, 2023
@win-luck win-luck linked an issue Oct 13, 2023 that may be closed by this pull request
@win-luck win-luck changed the title Feature/22 feat userapi ✨Feat: UserController 구현 (#22) Oct 13, 2023
@synoti21
Copy link
Contributor

고생하셨습니다! Merge후 프론트와의 통신을 위해 미리 EC2에 배포를 하고 있으면 좋을 것 같습니다!

@synoti21 synoti21 closed this Oct 13, 2023
@synoti21 synoti21 reopened this Oct 13, 2023
@synoti21 synoti21 merged commit f7fbdef into master Oct 13, 2023
1 of 2 checks passed
@synoti21 synoti21 deleted the feature/22-feat-userapi branch October 15, 2023 10:24
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: UserController 구현 (#22)
2 participants