Skip to content

[DABOM-507] README 수정 및 정보 문서 추가#61

Merged
ChoiSeungeon merged 2 commits intodevelopfrom
feat/DABOM-507
Mar 19, 2026
Merged

[DABOM-507] README 수정 및 정보 문서 추가#61
ChoiSeungeon merged 2 commits intodevelopfrom
feat/DABOM-507

Conversation

@ChoiSeungeon
Copy link
Contributor

🍀 이슈 & 티켓 넘버


🎯 목적

README 및 정보 문서 추가

📝 변경 사항

  • README 및 정보 문서 추가

📂 변경 범위

도메인 controller service repository entity infra global

🖥️ 주요 코드 설명

// 코드는 이 사이에 작성하면 됩니다.

💬 리뷰어에게


📋 체크리스트

기본

  • Merge 대상 브랜치가 올바른가?
  • ./gradlew build가 정상적으로 통과하는가?
  • Spotless / Checkstyle을 통과하는가? (./gradlew spotlessApply checkstyleMain)
  • 전체 변경사항이 500줄을 넘지 않는가?

코드 품질

  • 의존성 방향을 준수하는가? (Controller → Service → Repository → Entity)
  • Setter 없이 비즈니스 메서드로 상태를 변경하는가?
  • @Transactional은 Service에만 선언했는가?

테스트

  • 신규 비즈니스 로직에 대한 단위 테스트를 작성했는가?

📌 참고 사항

@gemini-code-assist
Copy link
Contributor

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@github-actions github-actions bot requested a review from swthewhite March 19, 2026 07:27
@github-actions github-actions bot added size/XL PR size: XL docs 문서 수정 labels Mar 19, 2026
@github-actions
Copy link

SonarQube Quality Summary (Community)

Quality Gate PASSED

Branch: feat/DABOM-507
Compared to: default branch

Issues

  • 🐞 Bugs: 8
  • 🔐 Vulnerabilities: 0
  • 📎 Code Smells: 92

Measures

  • Coverage: 0%
  • Duplication: 0%

🔗 Dashboard: https://sonarqube.swthewhite.store/dashboard?id=dabom-processor-usage&branch=feat/DABOM-507

Generated automatically by GitHub Actions.

@github-actions
Copy link

SonarQube Quality Summary (Community)

Quality Gate PASSED

Branch: feat/DABOM-507
Compared to: default branch

Issues

  • 🐞 Bugs: 8
  • 🔐 Vulnerabilities: 0
  • 📎 Code Smells: 92

Measures

  • Coverage: 0%
  • Duplication: 0%

🔗 Dashboard: https://sonarqube.swthewhite.store/dashboard?id=dabom-processor-usage&branch=feat/DABOM-507

Generated automatically by GitHub Actions.

Copy link
Member

@k0081915 k0081915 left a comment

Choose a reason for hiding this comment

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

확인했습니다

@ChoiSeungeon ChoiSeungeon merged commit 4137f5a into develop Mar 19, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs 문서 수정 size/XL PR size: XL

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DABOM-507] README 개선

2 participants