UTDNebula/utd-trends

[Bug]: Special topics names show up in search

オープン

#574 opened on 2026/02/24

 (0 件のコメント) (0 件のリアクション) (1 人の担当者)TypeScript (35 件のフォーク)auto 404
Good First IssueType: Bug Report

Repository metrics

Stars
 (28 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド