Skip to content

Conversation

@x0ba
Copy link
Owner

@x0ba x0ba commented Dec 15, 2025

No description provided.

@x0ba x0ba requested a review from Copilot December 15, 2025 01:15
@vercel
Copy link

vercel bot commented Dec 15, 2025

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

Project Deployment Review Updated (UTC)
course-schedule-calendar Ready Ready Preview, Comment Dec 15, 2025 1:42am

@coderabbitai
Copy link

coderabbitai bot commented Dec 15, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Note

Other AI code review bot(s) detected

CodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch end-date

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

Copilot AI left a 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 adds an optional endDate parameter to allow users to specify when their semester or quarter ends, providing more control over recurring event scheduling. Previously, events would always recur for a fixed 16-week period from the start date.

Key changes:

  • Added endDate optional parameter to the calendar event creation functions
  • Updated UI to include an end date picker below the start date picker
  • Modified sessionStorage handling to persist the end date across page reloads

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.

File Description
src/server/services/google-calendar.ts Added endDate optional parameter to addEventsToCalendar and createRecurringEvent functions, using it as the last occurrence date if provided
src/server/api/routers/schedule.ts Added endDate to input schemas for both generateIcal and syncToGoogleCalendar procedures, passing it through to underlying functions
src/components/upload-zone.tsx Added end date state management, sessionStorage persistence, new calendar picker UI component, and updated mutation calls to include endDate

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Contributor

Copilot AI left a 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 3 out of 3 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@x0ba x0ba merged commit 44d9f02 into main Dec 15, 2025
4 of 5 checks passed
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.

2 participants