Skip to content

feat: ReadRepository 추가#35

Merged
ekfrehd merged 1 commit intodevelopfrom
feature-34/create-readrepository
Apr 21, 2025
Merged

feat: ReadRepository 추가#35
ekfrehd merged 1 commit intodevelopfrom
feature-34/create-readrepository

Conversation

@ekfrehd
Copy link
Contributor

@ekfrehd ekfrehd commented Apr 21, 2025

🔍 PR 타입 선택

아래 타입 중 해당하는 하나를 선택해 주세요. 반드시 하나만 선택해 주세요.

  • feat: 새로운 기능 추가
  • fix: 버그 수정
  • docs: 문서 수정
  • style: 코드 포맷팅, 세미콜론 누락, 코드 변경이 없는 경우
  • refactor: 코드 리팩토링
  • test: 테스트 코드 추가 또는 수정
  • chore: 빌드 업무 수정, 패키지 매니저 수정 등 기타 작업

📝 변경 사항 요약

CrewMemberRepository, CrewDemandRepository에 ReadRepository를 적용하여 읽기 전용으로 명확히 구분

CrewRepository는 루트 엔티티이므로 CUD가 가능하도록 제외

CrewQueryRepository는 DTO 반환용 Querydsl 기반 커스텀 리포지토리이므로 제외

  • 예: 사용자 프로필 페이지 추가
  • 예: 로그인 버그 수정

🛠 관련 이슈

Resolves: #34

추가 설명 (선택 사항)

변경 사항에 대한 추가 설명을 작성해 주세요.

@ekfrehd ekfrehd changed the title feat:#34 feature-34-create-readrepository Apr 21, 2025
@ekfrehd ekfrehd changed the title feature-34-create-readrepository feat: ReadRepository 추가 Apr 21, 2025
Copy link
Contributor

@mandykr mandykr left a comment

Choose a reason for hiding this comment

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

확인했습니다!

@ekfrehd ekfrehd merged commit b53114b into develop Apr 21, 2025
1 check passed
@ekfrehd ekfrehd deleted the feature-34/create-readrepository branch April 21, 2025 02:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Read 전용 Repository 추가

2 participants