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

[새기능] 자주 묻는 질문 #24

Merged
merged 8 commits into from
Nov 24, 2024
Merged

[새기능] 자주 묻는 질문 #24

merged 8 commits into from
Nov 24, 2024

Conversation

cabbage16
Copy link
Member

🎫 관련 이슈

close #19


📄 개요

자주 묻는 질문을 만들었어요.


🔨 작업 내용

  • 자주 묻는 질문 엔티티를 작성했습니다.
  • 자주 묻는 질문 CRUD를 구현했습니다.
  • 자주 묻는 질문 테스트 코드를 작성했습니다.
  • 자주 묻는 질문 API 문서를 작성했습니다.

🏁 확인 사항

  • 테스트를 완료했나요?
  • API 문서를 작성했나요?
  • 코드 컨벤션을 준수했나요?
  • 불필요한 로그, 주석, import 등을 삭제했나요?

🙋🏻 덧붙일 말

@cabbage16 cabbage16 requested a review from jyj1289 November 23, 2024 23:24
@cabbage16 cabbage16 self-assigned this Nov 23, 2024
@cabbage16 cabbage16 linked an issue Nov 23, 2024 that may be closed by this pull request
8 tasks
- Question 엔티티를 작성했어요
- QuestionFAcade로 Question을 가져올 수 있어요.
- 존재하지 않는 id로 찾으려 하면 QuestionNotFoundException이 발생해요.
- 어드민이 자주 묻는 질문을 작성하는 API를 구현했어요.
- 자주 묻는 질문 전체 조회를 만들었어요.
- 자주 묻는 질문 상세 조회를 만들었어요.
- 자주묻는질문 컨틀롤러 테스트를 작성했어요.
- 자주 묻는 질문 API 문서를 작성했어요.
@jyj1289 jyj1289 added the 새기능 새로운 기능 개발 label Nov 24, 2024
@jyj1289 jyj1289 merged commit fb3ba48 into develop Nov 24, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
새기능 새로운 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[새기능] 자주 묻는 질문
2 participants