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/key] 계정 생성을 위한 고유링크 생성 기능 개발 #2

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

Comments

@AllyHyeseongKim
Copy link
Member

1. TODO

  • KeyController 생성
  • Key Entity 생성
  • 계정 생성을 위한 고유링크를 생성해서 제공(문자 발송 등)하는 endpoint
  • 고유링크를 확인하는 endpoint
  • 고유링크를 생성, 조회하는 기능을 구현한 Service
  • 고유링크를 생성, 조회하는 Repository

2. Test Case

2.1. KeyControllerTest

  • 등록된 단원 id를 받아서 Service를 잘 호출하고 결과를 반환하는지 테스트
  • 고유링크 정보를 잘 확인하는지 테스트

2.2. KeyServiceTest

  • 등록된 단원 id를 잘 확인하는지 테스트
  • 고유링크 정보를 잘 저장하는지 테스트
  • 고유링크 정보를 잘 확인하는지 테스트
  • 실패 테스트

2.3. KeyRepositoryTest

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

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