Skip to content

Comments

Issue 124 add event link to individual game page#130

Open
bilibilistack wants to merge 3 commits intomainfrom
issue-124-Add_event_link_to_individual_game_games
Open

Issue 124 add event link to individual game page#130
bilibilistack wants to merge 3 commits intomainfrom
issue-124-Add_event_link_to_individual_game_games

Conversation

@bilibilistack
Copy link
Collaborator

@bilibilistack bilibilistack commented Feb 21, 2026

Change Summary

#124
This pull request introduces improvements to how game events are displayed and fetched on the individual game page. The main changes include dynamically fetching event data for each game, updating the event display logic, and enhancing the backend to restrict access to unpublished events.
image
In case no events or unpublished:
image

Frontend: Event integration and display

Backend: Event access control

  • Modified the EventDetailAPIView to only allow access to events that have been published (i.e., their publicationDate is not in the future), and to return a clear error message if the event is unpublished or does not exist.

Change Form

Fill this up (NA if not available). If a certain criteria is not met, can you please give a reason.

  • The pull request title has an issue number
  • The change works by "Smoke testing" or quick testing
  • The change has tests
  • The change has documentation

Other Information

[Is there anything in particular in the review that I should be aware of?]

Related issue

@bilibilistack bilibilistack self-assigned this Feb 21, 2026
@bilibilistack bilibilistack changed the title Issue 124 add event link to individual game games Issue 124 add event link to individual game page Feb 21, 2026
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.

Add event link to individual game page

1 participant