馃摝 Affected Repository
馃懃 Context
For EventType.movie calendar entries that correspond to a movie the user has added to their wishlist, users should be able to jump directly to the movie's details within the app.
馃 Business Logic
- Two way to handle this: a CalendarEntryCard of the EventType.movie could jump directly into the movie screen or the calendarentrydetailsContextSheet has the option to jump there.
- This needs to be done e.g., by matching a movie ID or title. Needs to be talked trough with Cinema People
鈿欙笍 Technical
- Augment the CalendarEntry domain model (or DTO) to potentially include a movieId for movie events. Needs to be talked trough with BE.
- The CalendarEntryCard or / In the CalendarEventDetailsBottomSheet, conditionally render the movie link.
- Implement navigation to the MovieDetailsScreen, passing the movieId.
馃摝 Affected Repository
馃懃 Context
For EventType.movie calendar entries that correspond to a movie the user has added to their wishlist, users should be able to jump directly to the movie's details within the app.
馃 Business Logic
鈿欙笍 Technical