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

[Refactor] 유저 관련 API 리팩토링 #129

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

pdohyung
Copy link
Member

@pdohyung pdohyung commented Oct 5, 2024

💡 연관된 이슈

close #128

📝 작업 내용

  • API Path 수정
    • /v1/users/statuses/v1/users/libraries/statuses
  • 유저 Controller에서 다른 도메인 API 분리
    • 유저 한줄평 페이지 조회
    • 유저 별점 페이지 조회
    • 유저 독서 상태 페이지 조회

💬 리뷰 요구 사항

🫡

@pdohyung pdohyung added the 🔨 Refactor 코드 리팩토링 label Oct 5, 2024
@pdohyung pdohyung self-assigned this Oct 5, 2024
@pdohyung pdohyung linked an issue Oct 5, 2024 that may be closed by this pull request
2 tasks
Copy link

github-actions bot commented Oct 5, 2024

Test Coverage Report

Overall Project 84.27% -0.56% 🍏
Files changed 70.31% 🍏

File Coverage
ReviewLike.java 100% 🍏
LibraryController.java 100% 🍏
ReviewController.java 100% 🍏
UserController.java 100% 🍏
RatingController.java 100% 🍏
LibraryService.java 97.71% -2.29% 🍏
ReviewService.java 91.12% -2.96% 🍏
UserService.java 76.19% 🍏
RatingService.java 67.31% -13.46%

Copy link
Collaborator

@jwooo jwooo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인했습니다! 고생하셨습니다🤘

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 Refactor 코드 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Refactor] 패키지, 코드 리팩토링
2 participants