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

Add event map dependencies #337

Merged
merged 7 commits into from
Aug 12, 2024
Merged

Add event map dependencies #337

merged 7 commits into from
Aug 12, 2024

Conversation

shin-usu
Copy link
Contributor

Overview (Required)

  • Create DefaultEventMapApiClient
  • Added getEventMapStream function into EventMapRepository
  • Added EventMapRepository into DataModule
  • Create EventMapClient for iOS

Links

Screenshot (Optional if screenshot test is present or unrelated to UI)

Before After

Movie (Optional)

Before After

Copy link

Detekt check failed. Please run ./gradlew detekt --auto-correct to fix the issues.

@github-actions github-actions bot temporarily deployed to deploygate-distribution August 12, 2024 05:25 Inactive
@shin-usu shin-usu marked this pull request as ready for review August 12, 2024 05:26
@shin-usu shin-usu requested review from takahirom and ry-itto August 12, 2024 05:26
@github-actions github-actions bot temporarily deployed to deploygate-distribution August 12, 2024 05:30 Inactive

singleOf(::NetworkService)
singleOf(::DefaultSessionsRepository) bind SessionsRepository::class
singleOf(::DefaultContributorsRepository) bind ContributorsRepository::class
singleOf(::DefaultStaffRepository) bind StaffRepository::class
singleOf(::DefaultSponsorsRepository) bind SponsorsRepository::class
singleOf(::DefaultEventMapRepository) bind EventMapRepository::class
Copy link
Member

Choose a reason for hiding this comment

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

It's up to you but you can use FakeEventMapRepository for now.

Copy link
Member

@takahirom takahirom left a comment

Choose a reason for hiding this comment

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

Looks great!

@github-actions github-actions bot temporarily deployed to deploygate-distribution August 12, 2024 05:57 Inactive
@takahirom
Copy link
Member

The fakes in this PR should be included so I'll merge this PR first and I'll fix the conflict with it
https://github.com/DroidKaigi/conference-app-2024/pull/320/files

@github-actions github-actions bot temporarily deployed to deploygate-distribution August 12, 2024 08:13 Inactive
@takahirom takahirom merged commit 861e8dc into main Aug 12, 2024
9 checks passed
@takahirom takahirom deleted the feature/eventmap_repo_ios branch August 12, 2024 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants