Skip to content

Conversation

@joyewon0705
Copy link
Collaborator

📌 개요

  • board 도메인의 전체 구조와 엔티티를 개선했습니다.

🔨 작업 내용

도메인 구조 개선

  • test/../board 패키지 구조 정리: comment, post 분리
  • main/../board 패키지 구조 정리: controller/docs, repository/custom 추가

엔티티 개선

  • Comment, CommentLike,Post, PostLike, PostBookmark, PostCategory, PostCategoryMapping 전반 리팩토링
  • 연관관계 편의 메서드 및 비즈니스 메서드 추가
  • 제약 조건 명시로 스키마 안정성 확보

관련 코드 수정

  • 엔티티 변경에 따라 생성자 호출 방식을 개선
  • 패키지 구조 정리 및 중복 코드 제거
  • DevInitData 내 샘플 데이터 생성 로직을 새 구조에 맞게 수정

🔗 관련 이슈

Closes #{이슈 번호}

📝 참고 사항

  • 추후 인덱스 고려 예정

✅ 체크리스트

  • 기능 동작 확인
  • 테스트 코드 작성
  • 문서/주석 추가 및 최신화

@github-actions github-actions bot changed the title Refactor: board 도메인 구조 및 연관관계 개선 Refactor: board 도메인 구조 및 연관관계 개선 (#212) Oct 10, 2025
@joyewon0705 joyewon0705 changed the title Refactor: board 도메인 구조 및 연관관계 개선 (#212) Refactor: board 도메인 구조 및 엔티티 개선 (#212) Oct 10, 2025
@joyewon0705 joyewon0705 force-pushed the Refactor/212 branch 5 times, most recently from c25c702 to 125f2b2 Compare October 10, 2025 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants