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: 카테고리명으로 다이어리 리스트 페이징 조회 기능 구현 & Refactor: Post, Categories, Member 엔티티 수정 #60

Merged
merged 2 commits into from
Jul 31, 2024

Conversation

ParkJh38
Copy link
Member

… Member 엔티티 수정

#️⃣연관된 이슈

#55

📝작업 내용

  • 카테고리명으로 다이어리 리스트 페이징 조회 기능 구현
  • Post, Categories, Member 엔티티 수정

🔎코드 설명 및 참고 사항

  • Post 엔티티에서 카테고리를 리스트로 변경
  • Categories, Member 엔티티에서 각각 Member, Categories 컬럼 제거

💬리뷰 요구사항

@ParkJh38 ParkJh38 added ✨ Feature 기능 개발 🔨 Refactor 코드 리팩토링 labels Jul 31, 2024
@ParkJh38 ParkJh38 self-assigned this Jul 31, 2024
@ParkJh38 ParkJh38 linked an issue Jul 31, 2024 that may be closed by this pull request
1 task
@ParkJh38 ParkJh38 merged commit 2662ab4 into develop Jul 31, 2024
1 check passed
@yumzen yumzen deleted the feature/#55-paging-searchByCategory branch August 15, 2024 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발 🔨 Refactor 코드 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: 카테고리명으로 다이어리 페이징 조회 기능 구현
1 participant