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

주제, 선택지 조회 기능을 구현한다. #28

Closed
Tracked by #14
leegwichan opened this issue Jul 18, 2024 · 1 comment
Closed
Tracked by #14

주제, 선택지 조회 기능을 구현한다. #28

leegwichan opened this issue Jul 18, 2024 · 1 comment
Assignees
Labels
🍃 BE back end ✨ feat 기능 추가

Comments

@leegwichan
Copy link
Member

leegwichan commented Jul 18, 2024

Description 💭

[GET] http://localhost:8080/api/balances/rooms/{roomId}/question

TODO ✅

  • 질문 제공 API 생성
    • Question 관련 Controller, Service, Repository 구성
    • 공용으로 사용할 Test 구성 (BaseControllerTest, BaseServiceTest, BaseRepositoryTest)
    • Question 관련 Controller, Service, Repository 테스트

Reference 🔎

API 문서

@leegwichan leegwichan self-assigned this Jul 18, 2024
@leegwichan leegwichan added ✨ feat 기능 추가 🍃 BE back end labels Jul 18, 2024
leegwichan added a commit that referenced this issue Jul 19, 2024
서비스 계층 구현시 사용할 레포지토리 구현
leegwichan added a commit that referenced this issue Jul 20, 2024
init-test.sql에서 데이터 입력 시 한 번에 입력하도록 수정
leegwichan added a commit that referenced this issue Jul 20, 2024
- BalanceQuestion -> BalanceContent로 변경
- 필드명 content, title 등을 name으로 바꿈
leegwichan added a commit that referenced this issue Jul 22, 2024
테스트가 어떤 도메인인지 드러나도록 변경
GIVEN53 pushed a commit that referenced this issue Jul 22, 2024
서비스 계층 구현시 사용할 레포지토리 구현
GIVEN53 pushed a commit that referenced this issue Jul 22, 2024
GIVEN53 pushed a commit that referenced this issue Jul 22, 2024
init-test.sql에서 데이터 입력 시 한 번에 입력하도록 수정
GIVEN53 pushed a commit that referenced this issue Jul 22, 2024
- BalanceQuestion -> BalanceContent로 변경
- 필드명 content, title 등을 name으로 바꿈
GIVEN53 pushed a commit that referenced this issue Jul 22, 2024
GIVEN53 pushed a commit that referenced this issue Jul 22, 2024
테스트가 어떤 도메인인지 드러나도록 변경
@leegwichan
Copy link
Member Author

#36 Merge 완료!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍃 BE back end ✨ feat 기능 추가
Projects
None yet
Development

No branches or pull requests

1 participant