Skip to content

Adding 11510 semester to school calendar#810

Merged
ImJustChew merged 2 commits into
mainfrom
copilot/add-11510-semester
Jun 4, 2026
Merged

Adding 11510 semester to school calendar#810
ImJustChew merged 2 commits into
mainfrom
copilot/add-11510-semester

Conversation

Copilot AI commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Pull request created by AI Agent

@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

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

@vercel

vercel Bot commented Jun 4, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
courseweb Ready Ready Preview Jun 4, 2026 12:00am

@ImJustChew

Copy link
Copy Markdown
Member

@copilot Change our scrapers target semester to 11510 as well

@sonarqubecloud

sonarqubecloud Bot commented Jun 4, 2026

Copy link
Copy Markdown

Copilot AI requested a review from ImJustChew June 4, 2026 00:01
@ImJustChew ImJustChew marked this pull request as ready for review June 4, 2026 00:01
Copilot AI review requested due to automatic review settings June 4, 2026 00:01
@ImJustChew ImJustChew merged commit 3ed33ce into main Jun 4, 2026
3 of 7 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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 11510 with begin/end dates to the API’s SEMESTER_INFO.
  • Added semester id 11510 with year/semester metadata and dates to shared semesterInfo.

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.

Comment on lines 44 to 48
{ 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) },
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.

3 participants