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] ADD Season Repository, UseCases #86

Merged
merged 4 commits into from
Jun 1, 2024
Merged

Conversation

KanuKim97
Copy link
Collaborator

@KanuKim97 KanuKim97 commented Jun 1, 2024

Description

Season과 관련된 API의 Repository와 UseCase를 추가했습니다.

Content

  1. FakeSeasonRepositoryImpl 과 FakeSeasonRepositoryImplTest가 추가되었습니다.
  2. SeasonRepository와 SeasomRepositoryImpl이 추가되었습니다,
  3. 이에따른 도메인 모델들이 Rank, Season, League 추가되었습니다.
  4. UseCases들이 추가되었습니다.

 - add SeasonRepository bind code into DataModule
 - add SeasonRepository, SeasonRepositoryImpl
 - add domain model League, Rank, Season
 - add SeasonMapper
 - add FakeSeasonDataSource, FakeSeasonDataSourceTest
 - delete suspend keyword
 - add GetLeagueListAsCurrentSeasonByTeamUseCase
 - add GetPreviewRankListByTeamAndSeasonUseCase
 - add GetSeasonListByTeamUseCase
 - add FakeSeasonRepositoryImpl.kt
 - add FakeSeasonRepositoryImplTest.kt

[MOD]
 - mod FakeMatchTest.kt name to FakeMatchRepositoryImplTest.kt
@KanuKim97 KanuKim97 requested a review from eshc123 June 1, 2024 11:54
@KanuKim97 KanuKim97 self-assigned this Jun 1, 2024
Copy link
Owner

@eshc123 eshc123 left a comment

Choose a reason for hiding this comment

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

확인했습니다!

@eshc123 eshc123 merged commit b7aac2b into dev Jun 1, 2024
1 check passed
@KanuKim97 KanuKim97 deleted the feature/add-season-repo branch July 1, 2024 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants