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

[#14] 팀 목록 조회 API 구현 #16

Merged
merged 4 commits into from
Mar 29, 2024
Merged

[#14] 팀 목록 조회 API 구현 #16

merged 4 commits into from
Mar 29, 2024

Conversation

princenim
Copy link
Member

관련이슈

작업내용

  • 팀 목록 조회 API 구현
  • 공통 응답 포맷 추가
  • controller, service 성공 유닛 테스트 추가

참고사항

궁금한점

@princenim princenim added the enhancement New feature or request label Mar 29, 2024
@princenim princenim requested a review from f-lab-jason March 29, 2024 10:44
@princenim princenim self-assigned this Mar 29, 2024
@princenim princenim changed the title [#14] 팀 목록 조회 API 기능 구현 [#14] 팀 목록 조회 API 구현 Mar 29, 2024
@princenim princenim merged commit c128094 into develop Mar 29, 2024
1 check passed
private final TeamMapper teamMapper;

public List<Team> getTeams() {
return teamMapper.selectTeams();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

팀의 목록이 사실상 그렇게 많지 않아서일거라고 생각되는데..페이징은 딱히 필요없나요?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

해당 월의 경기로 최대 30일만 가져와서 필요없다고 생각했습니다..! 후에 기능구현 후 추가하도록 하겠습니당!

@princenim princenim deleted the feature/14-teams branch April 22, 2024 03:43
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

Successfully merging this pull request may close these issues.

2 participants