Skip to content

feat: add academic schedule link#137

Open
Syedd18 wants to merge 1 commit into
Rahuletto:mainfrom
Syedd18:add-academic-schedule-link
Open

feat: add academic schedule link#137
Syedd18 wants to merge 1 commit into
Rahuletto:mainfrom
Syedd18:add-academic-schedule-link

Conversation

@Syedd18
Copy link
Copy Markdown

@Syedd18 Syedd18 commented Jun 4, 2026

Adds SRMIST's official Students page as an Academic Schedule link so students can quickly access academic schedules and calendars.

Also normalizes one apostrophe in the mess-menu description.

Verification:

  • Imported frontend/misc/links.ts with Node's TypeScript stripping and confirmed 28 URLs.
  • Full Bun lint was not run because Bun is not installed on this machine.

Summary by CodeRabbit

  • New Features

    • Added Academic Schedule link to available resources.
  • Bug Fixes

    • Corrected text formatting in link descriptions.
    • Links are now sorted alphabetically by site name for improved navigation and discoverability.

@netlify
Copy link
Copy Markdown

netlify Bot commented Jun 4, 2026

👷 Deploy request for academia-pro pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit d44fd7e

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Jun 4, 2026

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: fb01b479-dcd0-480c-8535-3ab2ee47691b

📥 Commits

Reviewing files that changed from the base of the PR and between 347451e and d44fd7e.

📒 Files selected for processing (1)
  • frontend/misc/links.ts

📝 Walkthrough

Walkthrough

The PR updates the frontend links directory by adding a new "Academic Schedule" link entry, correcting punctuation in an existing link description, and applying alphabetical sorting to the entire links array by site name.

Changes

Link Entries and Sorting

Layer / File(s) Summary
Link entries and text correction
frontend/misc/links.ts
A new "Academic Schedule" link entry with site, URL, type, and description is added to the urls array. The existing "What's in my mess" link description is updated to use a straight apostrophe in "today's".
Sort links by site name
frontend/misc/links.ts
The urls array is chained with a .sort((a, b) => a.site.localeCompare(b.site)) call to order all links alphabetically by their site property.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • Rahuletto/ClassPro#130: Also modifies frontend/misc/links.ts with updates to the urls array, including the "What's in my mess" link and the final .sort() ordering.

Poem

🐰 A schedule appears, Academic and bright,
An apostrophe fixed (straight, not curved, just right),
The links now all sorted, from Academic to Zen,
Small tweaks that make order—a rabbit's amen! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'feat: add academic schedule link' directly matches the primary objective of adding an Academic Schedule link to the urls array, which is the main change in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

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.

1 participant