Add SCEvents Landing Page#2069
Merged
steeevin88 merged 3 commits intoSCE-Development:devfrom Apr 2, 2026
Merged
Conversation
steeevin88
approved these changes
Apr 1, 2026
Collaborator
steeevin88
left a comment
There was a problem hiding this comment.
really awesome work! really appreciate the screenshots + detailed PR; makes reviewing a lot lot easier
could you add one more screenshot where you go to /events with the feature gate off? just want to confirm that the redirecting logic still works as intended
other than that looks great
charred-70
approved these changes
Apr 2, 2026
Contributor
charred-70
left a comment
There was a problem hiding this comment.
lgtm you're so cool trista
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
issue #2067
Summary
/eventspage in ClarkGET /events)SCEvents.ENABLEDFeatures
Notes
Testing
When

SCEvents.ENABLED = false, navigating to/eventsredirects to the NotFound page.Sample Data
GET /events:[ { "id": "alumni-talk-2026", "name": "Alumni Industry Talk", "date": "2026-04-15", "time": "6:00 PM", "location": "Room 123", "description": "Hear from SCE alumni working in industry.", "admins": [], "registration_form": [], "max_attendees": 80, "created_at": "2026-03-31", "status": "published" }, { "id": "company-tour-2026", "name": "Company Tour", "date": "2026-04-20", "time": "2:00 PM", "location": "San Jose Tech HQ", "description": "Tour a real tech company office.", "admins": [], "registration_form": [], "max_attendees": 40, "created_at": "2026-03-31", "status": "published" }, { "id": "resume-workshop-2026", "name": "Resume Workshop", "date": "2026-04-25", "time": "4:30 PM", "location": "ENG 285", "description": "Get feedback on your resume and prepare for internship season.", "admins": [], "registration_form": [], "max_attendees": 60, "created_at": "2026-03-31", "status": "published" } ]