UTDNebula/utd-trends

[Bug]: Special topics names show up in search

開放

#574 建立於 2026年2月24日

 (0 則留言) (0 個反應) (1 位負責人)TypeScript (35 個分叉)auto 404
Good First IssueType: Bug Report

倉庫指標

星標
 (28 顆星)
PR 合併指標
 (平均合併 16天 20小時) (30 天內合併 1 個 PR)

描述

What did you expect to happen?

Context: Special topics courses are advanced courses with a different topic for each section with a name in the format "Special Topics in Computer Science - " such as "Special Topics in Computer Science - Recent Trends in Datacenter Networks"

When I search for a special topics course, I'm searching for the general course, not a specific special topic. Yet one of the topics shows up in the search, not just "Special Topics in Computer Science".

What happened?

We've implemented removing these topics in the CourseOverview component: src\components\overview\CourseOverview\CourseOverview.tsx. Do something similar in the src\scripts\generateCourseNameTable.ts script.

Verify that all split courses are special topics courses, as in there are no other courses with dashes that should not be split.

Version

trends.utdnebula.com

What browsers are you seeing the problem on?

No response

Relevant log output

Code of Conduct

  • I agree to follow this project's Code of Conduct

貢獻者指南