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: 유저 개인정보에 따른 기준섭취량 자동계산 구현 (#35) #36

Merged
merged 4 commits into from
Oct 17, 2023

Conversation

win-luck
Copy link
Contributor

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

  • User에 성별과 연령에 따라 분류하는 정수 type 속성 추가
  • 성별과 연령에 따른 기준섭취량(칼/지/탄) 혹은 User의 type을 반환하는 UserTypeUtil 클래스 구현
  • 단백질의 경우 유저의 몸무게와 동일한 값
  • UserService 회원생성 + 회원수정 메서드에 관련 로직 삽입
  • 테스트코드 일부 수정
  • Jwt 인증 도입으로 인한 Swagger API 문서 접근제한 버그 수정

Next

  • Redis 캐싱을 통한 조회 기능 향상

@win-luck win-luck added the feat 기능 구현 label Oct 16, 2023
@win-luck win-luck requested a review from synoti21 October 16, 2023 17:24
@win-luck win-luck self-assigned this Oct 16, 2023
@win-luck win-luck changed the title Feature/35 feat standard Feat: 유저 개인정보에 따른 기준섭취량 자동계산 구현 (#35) Oct 16, 2023
@win-luck win-luck changed the title Feat: 유저 개인정보에 따른 기준섭취량 자동계산 구현 (#35) ✨ Feat: 유저 개인정보에 따른 기준섭취량 자동계산 구현 (#35) Oct 16, 2023
@win-luck win-luck changed the title ✨ Feat: 유저 개인정보에 따른 기준섭취량 자동계산 구현 (#35) ✨Feat: 유저 개인정보에 따른 기준섭취량 자동계산 구현 (#35) Oct 16, 2023
@synoti21
Copy link
Contributor

수고 많으셨습니다!

@synoti21 synoti21 merged commit bfaac59 into master Oct 17, 2023
1 check passed
@synoti21 synoti21 deleted the feature/35-feat-standard branch October 17, 2023 10:08
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: 유저 개인정보에 따른 기준섭취량 자동계산 구현 (#35)
2 participants