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

♻️ Refactor: Briefing-Article 관계 1:N으로 변경 #195

Merged
merged 3 commits into from
Mar 10, 2024

Conversation

ahnsugyeong
Copy link
Member

@ahnsugyeong ahnsugyeong commented Mar 6, 2024

🚀 개요

Briefing-Article 관계 1:N으로 변경

🔍 변경사항

  • Briefing-Article의 관계를 1:N으로 매핑했습니다.
  • Facade, Converter 계층에서 BriefingArticle 대신 Article 목록을 통해 직접 조회하도록 수정했습니다.
  • BriefingArticle 엔티티를 포함한 관련 파일들을 제거했습니다.
  • unused import문을 모두 제거했습니다. intellij → auto import → Optimize imports on the fly 활성화하면 자동화 할 수 있습니다.

⏳ 작업 내용

  • Briefing-Article 관계 1:N으로 변경

📝 논의사항

  • 엔티티 수정에 따라 QType이 변경되었는데, 이상한 부분 없는지 확인 부탁드립니다!

@ahnsugyeong ahnsugyeong requested review from swa07016 and CYY1007 March 6, 2024 15:18
@ahnsugyeong ahnsugyeong self-assigned this Mar 6, 2024
@ahnsugyeong ahnsugyeong linked an issue Mar 6, 2024 that may be closed by this pull request
1 task
Copy link
Member

@swa07016 swa07016 left a comment

Choose a reason for hiding this comment

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

고생하셨어요 수경님!
예전부터 미뤄오던 작업인데 깔끔하게 잘 해주셔서 감사합니다:)

추가로 기존 데이터 마이그레이션 방법만 고려해주시면 감사하겠습니다.😄

@CYY1007 CYY1007 merged commit 0b2ed78 into develop Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🔨 [refactor] Briefing-Article 관계 1:N으로 변경
3 participants