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

[feature/old_member] 단원 등록 및 조회 기능 개발 #1

Open
13 tasks
AllyHyeseongKim opened this issue Sep 7, 2022 · 0 comments
Open
13 tasks
Labels
enhancement New feature or request

Comments

@AllyHyeseongKim
Copy link
Member

AllyHyeseongKim commented Sep 7, 2022

1. TODO

  • MemberController 생성
  • Member, ClubMember Entity 생성
  • 단원 등록 데이터를 수렴하는 endpoint(임시저장, 최종제출)
  • 단원 등록 데이터를 조회하는 endpoint
  • 단원 데이터 생성, 조회하는 기능을 구현한 Service
  • 단원 데이터 생성, 조회하는 Repository

2. Test Case

2.1. MemberControllerTest

  • 단원 등록 데이터를 받아서 Service를 잘 호출하고 결과를 반환하는지 테스트
  • 기존 단원 정보를 잘 조회하는지 테스트

2.2. MemberServiceTest

  • 단원 등록 정보를 잘 저장하는지 테스트
  • 실패 테스트

2.3. MemberRepositoryTest

  • 데이터를 잘 조회하는지 테스트
  • 데이터를 잘 저장하는지 테스트
  • 실패 테스트

3. 유의사항

  • 해당사항 없음
@AllyHyeseongKim AllyHyeseongKim added the enhancement New feature or request label Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant