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/49] 차단한 회원 목록 조회 API 구현 #53

Merged
merged 3 commits into from
Jul 2, 2024
Merged

Conversation

Eunjin3395
Copy link
Member

@Eunjin3395 Eunjin3395 commented Jul 1, 2024

🚀 개요

차단한 회원 목록 조회 API 구현

🔍 변경사항

  • 차단한 회원 목록 조회 API 추가
  • 페이징 관련 ErrorStatus, ErrorHandler 추가

⏳ 작업 내용

  • 차단한 회원 목록 조회 API 구현
  • 페이징 작업 추가
  • Validation 및 Swagger 명세

📝 논의사항

@Eunjin3395 Eunjin3395 requested review from rimi3226 and hzee97 July 1, 2024 12:16
@Eunjin3395 Eunjin3395 self-assigned this Jul 1, 2024
@Eunjin3395 Eunjin3395 linked an issue Jul 1, 2024 that may be closed by this pull request
3 tasks
Copy link
Contributor

@rimi3226 rimi3226 Jul 2, 2024

Choose a reason for hiding this comment

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

프로필 이미지 변수명을 profile_image, profileImg 둘 중 하나로 통일하는 것이 좋을 것 같습니다!
전 profile_image 으로 개발했습니다.
Code Convention에 변수명 관련된 규칙을 새로 정하면 좋을 것 같아요.

Copy link
Member Author

Choose a reason for hiding this comment

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

앗 저는 엔티티에서도 camel case로 속성들 선언했어서 이번에도 camel case로 한거긴 한데,, 어떤걸로 통일하는게 좋을까요?

Copy link
Contributor

Choose a reason for hiding this comment

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

NOT_VALID, INVALID 둘 중에 어떤거 사용할지도 Code Convention 정하면 좋을 것 같아요!
전 INVALID로 개발했긴한데 둘 다 상관없습니다.

Copy link
Member Author

Choose a reason for hiding this comment

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

앗 그럼 저도 INVALID로 수정하겠습니다

@rimi3226 rimi3226 merged commit 443037a into develop Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ [Feat] 차단한 회원 목록 조회 API 구현
2 participants