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 合并指标
 (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

贡献者指南