feat(qna, progress): add DTOs, domain models, repositories, and use cases #38
Merged
feat(qna, progress): add DTOs, domain models, repositories, and use cases #38
Conversation
pr_template.md 생성, pr 컨벤션 적용
pr 템플릿 적용
Collaborator
|
확인했습니다. 코드 구조가 잘 정리된거같습니다. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#️⃣ Issue Number
#17 스포티파이 질문 및 답변 이슈
📝 요약(Summary)
QnA 모듈의 기능을 구현하기 위해 다음과 같은 변경을 수행했습니다:
QuestionDTO와AnswerDTO클래스를 생성했습니다.Question과Answer엔티티 클래스를 정의하여 데이터베이스와의 매핑을 설정했습니다.QuestionRepository와AnswerRepository인터페이스를 생성하여 데이터베이스 접근을 추상화했습니다.QnAService클래스를 작성하여 비즈니스 로직을 구현하고, 컨트롤러에서 호출할 수 있도록 했습니다.이러한 변경을 통해 QnA 기능을 체계적으로 구현하고, 향후 유지보수와 확장을 용이하게 했습니다.
Progress 모듈의 진행 상황 추적 기능을 추가하기 위해 다음과 같은 변경을 수행했습니다:
ProgressDTO클래스를 생성했습니다.Progress엔티티 클래스를 정의하여 데이터베이스와의 매핑을 설정했습니다.ProgressRepository인터페이스를 생성하여 진행 상황 데이터에 접근할 수 있도록 했습니다.ProgressService클래스를 작성하여 진행 상황 관련 비즈니스 로직을 구현했습니다.이러한 변경을 통해 사용자의 진행 상황을 효과적으로 추적하고 관리할 수 있는 기능을 추가했습니다.
🛠️ PR 유형
어떤 변경 사항이 있나요?
📸스크린샷 (선택)
💬 공유사항 to 리뷰어
✅ PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.