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

refactor(mobile): album api repository for album service #12791

Merged
merged 8 commits into from
Sep 20, 2024

Conversation

fyfrey
Copy link
Contributor

@fyfrey fyfrey commented Sep 19, 2024

  • This PR adds a new repository to perform action with the Album API.
  • The AlbumApiRepository is used in the AlbumService that no longer depends on OpenAPI! :-)
  • replaces usage of AlbumResponseDto throughout AlbumService and SyncService with Album (needed a few nasty tricks to get there, sadly)
  • finally add some unit tests for AlbumService methods (now that API access can me easily mocked)
  • new linting checking openapi usage (limit to all files still using it as of this PR)

@fyfrey fyfrey enabled auto-merge (squash) September 20, 2024 13:32
@fyfrey fyfrey merged commit 3868736 into main Sep 20, 2024
35 checks passed
@fyfrey fyfrey deleted the refactor/mobile-album-api-repository branch September 20, 2024 13:32
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