-
-
Notifications
You must be signed in to change notification settings - Fork 5
Random Tweaks #172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Random Tweaks #172
Conversation
Honestly, this does nothing to help us, it just annoys me that GitHub thinks this is a CSS repository 😂 Ignores all the theme information, and maps Leaf to HTML (since it basically is).
There was a problem hiding this 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 implements several minor tweaks across the application, including conditional middleware logging, team member classification, and event filtering by conference.
Key changes:
- Added conditional route logging that only runs in non-production environments to avoid duplicate logging with GCR
- Introduced a
coreboolean field toTeamMemberto distinguish core team members from day-of volunteers - Added conference filtering to schedule API endpoints to ensure only relevant events are returned
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| Sources/App/configure.swift | Wrapped route logging middleware in environment check to prevent duplicate logs in production |
| Sources/App/Features/Team/Models/TeamResponse.swift | Added core boolean field to TeamMember model |
| Sources/App/Features/Team/Controllers/TeamAPIController.swift | Updated team member data with core flags and role updates; modified shuffle logic to group core team separately |
| Sources/App/Features/Schedule/ScheduleAPIController.swift | Added conference filtering to event query results |
| Sources/App/Features/Schedule/ScheduleAPIController+V2.swift | Added conference filtering to event query results |
| .gitattributes | Configured linguist attributes for Public directory and Leaf templates |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this 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 6 out of 6 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
all minor changes, see commit notes