Skip to content

Conversation

@jsit
Copy link
Member

@jsit jsit commented Nov 22, 2025

Fixes #152, and sets us up to also show email address, URL, etc on show details page.

Screenshot 2025-11-22 at 3 27 11 PM

@jsit jsit requested a review from a team as a code owner November 22, 2025 20:31
@jsit jsit requested a review from Copilot December 6, 2025 18:27
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds show descriptions to the show detail page by fetching schedule data and passing the description through navigation parameters.

Key Changes:

  • Added getShowById method to ScheduleService to retrieve individual show details including descriptions
  • Updated ShowDetailsPage to accept and display showDescription parameter
  • Modified SchedulePage to fetch show details and pass description when navigating to show details

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
src/services/ScheduleService.ts Added getShowById method to fetch show details by ID from the schedule
src/app/Schedule/ShowDetailsPage.tsx Updated route params to include showDescription and added UI to display it with updated styling
src/app/Schedule/SchedulePage.tsx Modified handleShowPress to fetch show details and pass description to navigation

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.

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.

Display show description on show details page

2 participants