Skip to content

Report Entity 추가#161

Merged
ckdals4600 merged 1 commit intomainfrom
feature/#160-report-entity
Dec 22, 2025
Merged

Report Entity 추가#161
ckdals4600 merged 1 commit intomainfrom
feature/#160-report-entity

Conversation

@ckdals4600
Copy link
Contributor

관련 이슈

PR 설명

  1. Report Entitiy
  • 테이블명: reports
  • BaseEntity 사용
필드명 자바 타입 DB 컬럼 타입 제약 조건
id Long int PK, auto increment
member_id Member uuid not null
content String text not null
  1. Report 기본 CRUD 구조

ReportRepository: JPA Repository 인터페이스
ReportService, ReportCommandService: 비즈니스 로직 서비스
ReportController: REST API 컨트롤러
ReportApi: Report 명세 작성 인터페이스

@ckdals4600 ckdals4600 linked an issue Dec 21, 2025 that may be closed by this pull request
@github-actions
Copy link

github-actions bot commented Dec 21, 2025

📊 코드 커버리지 리포트

Overall Project 88.47% 🍏

There is no coverage information present for the Files changed

@ckdals4600 ckdals4600 force-pushed the feature/#160-report-entity branch from f964231 to 5f92acd Compare December 21, 2025 15:30
@ckdals4600 ckdals4600 force-pushed the feature/#160-report-entity branch from 5f92acd to 9c3f051 Compare December 21, 2025 15:35
@ckdals4600 ckdals4600 self-assigned this Dec 21, 2025
@ckdals4600 ckdals4600 requested review from Goder-0 and minibr December 21, 2025 15:48
@ckdals4600 ckdals4600 merged commit 76cecf8 into main Dec 22, 2025
1 check passed
@ckdals4600 ckdals4600 deleted the feature/#160-report-entity branch December 22, 2025 15:11
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.

Report 도메인 Entity 추가

2 participants