Divinelink / scenepeek-android

ScenePeek is an Android Application that provides information about movies, television shows & persons using the TMDB API.
0 stars 0 forks source link

[Feature] Add Watchlist & Botton Navigation #51

Closed Divinelink closed 5 months ago

Divinelink commented 5 months ago

This pull request introduces a new core feature 🥁 🥁 🥁 watchlist!

The user can see their watchlist, by navigation using the (newly added) bottom navigation.

Changes made

A lot of changes had to be made on this pull request, as we also introduced bottom navigation. Mane of the packages that were in the main module had to be moved to their respective modules. This brings us one step closer on improving our multi-module architecture.

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 46.69967% with 323 lines in your changes missing coverage. Please review.

Project coverage is 64.27%. Comparing base (83cd5f5) to head (a8fa549). Report is 1 commits behind head on main.

Files Patch % Lines
...tlin/com/divinelink/core/ui/MediaDetailsContent.kt 0.00% 66 Missing :warning:
...main/kotlin/com/andreolas/movierama/ui/MovieApp.kt 0.00% 58 Missing and 1 partial :warning:
...om/divinelink/core/domain/FetchWatchlistUseCase.kt 18.18% 35 Missing and 1 partial :warning:
...elink/core/network/media/model/tv/TvResponseApi.kt 27.27% 24 Missing :warning:
...m/andreolas/movierama/ui/MovieramaNavigationBar.kt 0.00% 23 Missing :warning:
...reolas/movierama/navigation/TopLevelDestination.kt 0.00% 19 Missing :warning:
...n/com/andreolas/movierama/navigation/AppNavHost.kt 0.00% 9 Missing :warning:
...n/kotlin/com/divinelink/core/ui/MediaRatingItem.kt 71.42% 4 Missing and 4 partials :warning:
...ierama/navigation/DestinationDefaultTransitions.kt 0.00% 7 Missing :warning:
...kotlin/com/divinelink/core/ui/DetailedMediaItem.kt 90.38% 1 Missing and 4 partials :warning:
... and 42 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #51 +/- ## ========================================== - Coverage 70.27% 64.27% -6.01% ========================================== Files 98 201 +103 Lines 2944 4955 +2011 Branches 506 714 +208 ========================================== + Hits 2069 3185 +1116 - Misses 631 1479 +848 - Partials 244 291 +47 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.