Skip to content

Conversation

Copy link

Copilot AI commented Dec 16, 2025

Description

Updated ASU class search URL from legacy webapp4.asu.edu/catalog/classlist endpoint to new catalog.apps.asu.edu domain in the app-webdir-ui package.

Changed:

  • packages/app-webdir-ui/src/QuickLinks/index.js - Updated href in QuickLinks component
  • Added JSDoc documentation comment to QuickLinks component
// Before
<a href="https://webapp4.asu.edu/catalog/classlist">ASU class search</a>

// After
<a href="https://catalog.apps.asu.edu">ASU class search</a>

Checklist

  • Tests pass for relevant code changes

Important Reminders

Links

Original prompt

replace all instances of "https://webapp4.asu.edu/catalog/classlist" with "https://catalog.apps.asu.edu" and make sure the commit message follows the convention "fix: " for the corresponding package it updates. Have a separate commit for each package you update


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: davidornelas11 <[email protected]>
@asu-jenkins-devops
Copy link
Collaborator

Copilot AI changed the title [WIP] Update URL instances in application fix: update catalog URL from webapp4.asu.edu to catalog.apps.asu.edu Dec 16, 2025
Copilot AI requested a review from davidornelas11 December 16, 2025 17:20
@davidornelas11
Copy link
Contributor

davidornelas11 commented Dec 16, 2025

@copilot
Redo the commit message to have the following format “fix(app-webdir-ui): description of commit”

Copilot AI changed the title fix: update catalog URL from webapp4.asu.edu to catalog.apps.asu.edu fix(app-webdir-ui): replace catalog URL from webapp4.asu.edu to catalog.apps.asu.edu Dec 16, 2025
Copy link
Author

Copilot AI commented Dec 16, 2025

@copilot
Redo the commit message to have the following format “fix(app-webdir-ui): description of commit”

Updated commit message to format fix(app-webdir-ui): update catalog URL to new domain in commit 2591fa6

Copilot AI changed the title fix(app-webdir-ui): replace catalog URL from webapp4.asu.edu to catalog.apps.asu.edu fix(app-webdir-ui): update catalog URL to new domain Dec 16, 2025
@davidornelas11 davidornelas11 marked this pull request as ready for review December 16, 2025 17:36
@davidornelas11 davidornelas11 requested a review from a team as a code owner December 16, 2025 17:36
@davidornelas11 davidornelas11 requested a review from a team December 16, 2025 18:32
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