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

Pet 124 refactor : 투두 리스트 조회 API 리팩터링 #83

Merged
merged 9 commits into from
Oct 13, 2023

Conversation

isprogrammingfun
Copy link
Member

작업사항

  • 투두 리스트 조회 API 리팩터링
    • TodoController의 getTodoList 메서드 PathVariable teamId -> categoryId로 수정
    • List 반환 대신 Dto로 감싸서 반환하게 수정, 오타 수정
    • API 테스트 코드 수정
    • 관련 domain 테스트 코드 작성 (RegisterQueryServiceTest.findUserIdsByCategoryId)
  • 투두 리스트 조회를 카테고리 조회 / 투두 + 담당자 조회로 분리하면서 카테고리 조회 API 추가
    • 카테고리 조회 API 테스트 코드 작성, 명세 추가
    • 카테고리 조회 관련 application, domain 테스트 코드 작성
  • TodoTeam 가입 기간 조회 API 추가, 테스트 코드 작성, 명세 추가
  • TodoTeam 가입 기간 조회 관련 application, domain 테스트 코드 작성

변경로직

  • 내용을 적어주세요.

참고자료

  • 내용을 적어주세요.

@isprogrammingfun isprogrammingfun added ✨ Feature 새로운 기능 ✅ Test 테스트 🔨 Refactor 리팩터링 labels Oct 12, 2023
@isprogrammingfun isprogrammingfun merged commit 1380bc6 into main Oct 13, 2023
@isprogrammingfun isprogrammingfun deleted the PET-124 branch October 13, 2023 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 새로운 기능 🔨 Refactor 리팩터링 ✅ Test 테스트
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants