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

/api/tags/{bookInfoId}에 반환 값 type 추가 #486

Merged
merged 6 commits into from
May 31, 2023

Conversation

nyj001012
Copy link
Contributor

개요

/api/tags/{bookInfoId}에 슈퍼 태그인지 디폴트 태그인지 알리는 type 추가

변경점

  • 라우터 업데이트
  • DTO 업데이트
  • 서비스 함수에서 type 지정하는 부분 추가

레포지토리에서 count를 integer로 형변환하여 반환
레포지토리가 아닌 서비스에서 형변환 진행
태그가 슈퍼인지 디폴트인지 구분하는 type 추가
@nyj001012 nyj001012 added the enhancement New feature or request label May 31, 2023
@nyj001012 nyj001012 self-assigned this May 31, 2023
@nyj001012 nyj001012 linked an issue May 31, 2023 that may be closed by this pull request
7 tasks
Co-authored-by: sujikim <sujikim@student.42seoul.kr>
Copy link
Contributor

@not-using not-using left a comment

Choose a reason for hiding this comment

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

빠른 피드백 👍

@nyj001012 nyj001012 merged commit 34f5722 into develop May 31, 2023
@nyj001012 nyj001012 deleted the 452-태그-조회-기능-추가-2 branch May 31, 2023 05:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

태그 조회 기능 추가
2 participants