Adding 11510 semester to school calendar#810
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
courseweb-web | 20f46f9 | Commit Preview URL Branch Preview URL |
Jun 03 2026, 11:02 PM |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@copilot Change our scrapers target semester to 11510 as well |
|
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds the next semester (“11510”) to the semester metadata used by the API timetable ICS generation and the shared semester constants.
Changes:
- Added semester id
11510with begin/end dates to the API’sSEMESTER_INFO. - Added semester id
11510with year/semester metadata and dates to sharedsemesterInfo.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| services/api/src/timetable-ics.ts | Extends SEMESTER_INFO with the new semester date range for ICS generation. |
| packages/shared/src/constants/semester.ts | Extends shared semesterInfo with the new semester (id/year/semester/dates). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| { id: "11320", begins: new Date(2025, 1, 17), ends: new Date(2025, 5, 8) }, | ||
| { id: "11410", begins: new Date(2025, 8, 1), ends: new Date(2025, 11, 21) }, | ||
| { id: "11420", begins: new Date(2026, 1, 23), ends: new Date(2026, 5, 14) }, | ||
| { id: "11510", begins: new Date(2026, 8, 7), ends: new Date(2026, 11, 27) }, | ||
| ]; |
| { id: "11320", begins: new Date(2025, 1, 17), ends: new Date(2025, 5, 8) }, | ||
| { id: "11410", begins: new Date(2025, 8, 1), ends: new Date(2025, 11, 21) }, | ||
| { id: "11420", begins: new Date(2026, 1, 23), ends: new Date(2026, 5, 14) }, | ||
| { id: "11510", begins: new Date(2026, 8, 7), ends: new Date(2026, 11, 27) }, |



Pull request created by AI Agent