Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[TSK-45] refactor: 유사도 효율 증가를 위한 구조 개선 #87

Merged
merged 4 commits into from
Sep 28, 2024

Conversation

Hoya324
Copy link
Member

@Hoya324 Hoya324 commented Sep 28, 2024

✅ 작업 내용

  • DAO 객체 생성으로 인한 Repository 메서드 추상화
  • contentToken을 기반으로만 찾던 방식에서 content를 먼저 찾고 비어있는 경우에 contentToken을 기반으로 질문을 찾아낼 수 있도록 변경
  • 이로 인해 더 넓은 범위의 질문을 찾아낼 수 있음
  • dao를 사용해 어플리케이션에서의 역할을 줄이고, Repository와의 의존도를 줄임

@Hoya324 Hoya324 self-assigned this Sep 28, 2024
Copy link

유사도 효율 증가

Copy link

Unit Test Results

113 tests   113 ✔️  25s ⏱️
  19 suites      0 💤
  19 files        0

Results for commit 9521cd3.

Copy link

Code Coverage

File Coverage [100%] 🍏
SelectQuestionCores.java 100% 🍏
SelectQuestions.java 100% 🍏
Total Project Coverage 75.64% 🍏

@Hoya324 Hoya324 merged commit be4ef7e into develop Sep 28, 2024
2 checks passed
@Hoya324 Hoya324 deleted the refactor/유사도-효율-증가 branch September 28, 2024 05:20
@Hoya324 Hoya324 added the 🎯리팩토링 기존의 기능을 디벨롭한 pr입니다. label Oct 2, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
🎯리팩토링 기존의 기능을 디벨롭한 pr입니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant