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

[feat] question 초기 api #37

Merged
merged 17 commits into from
Jul 10, 2024
Merged

[feat] question 초기 api #37

merged 17 commits into from
Jul 10, 2024

Conversation

Hoya324
Copy link
Member

@Hoya324 Hoya324 commented Jul 10, 2024

✅ 작업 내용

  • 질문 api를 위한 작업을 진행했습니다.
  • swagger로 api 문서화를 했습니다.
  • database에서 검색하는 부분만 구현하였습니다. (추가: 질문이 이미 존재하는지 확인 (유사도 검사))
  • 구현한 로직에 대하여 integration Test, application(service) test를 mocking을 이용한 Test, repository Test를 구현했습니다.

🤔 고민 했던 부분

  • Question과 Answer의 관계가 Request - Response의 관계라 서로의 역할을 어떤 식으로 나누어야할지 고민했습니다.
  • 이에 question은 질문에 대한 정보 및 답변에 접근하기 전까지의 책임을 부여하고, answer은 답변을 불러오는 책임을 부여했습니다.

@Hoya324 Hoya324 self-assigned this Jul 10, 2024
@Hoya324 Hoya324 merged commit 9e1c5c4 into develop Jul 10, 2024
@Hoya324 Hoya324 deleted the feat/question-api branch July 10, 2024 16:24
@Hoya324 Hoya324 added the ✨기능 새로운 기능을 추가합니다. label Aug 5, 2024
@Hoya324 Hoya324 added this to the SW 경진대회 AI 부분 milestone Aug 5, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
✨기능 새로운 기능을 추가합니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant