UTDNebula/utd-trends

[Bug]: Course Description that doesn't end with a period is not processed correctly

Aberta

#629 aberto em 29 de abr. de 2026

 (0 comentário) (1 reação) (0 responsável)TypeScript (35 forks)auto 404
Good First IssueType: Bug Report

Métricas do repositório

Stars
 (28 estrelas)
Métricas de merge de PR
 (Mesclagem média 16d 20h) (1 fundiu PR em 30d)

Description

What did you expect to happen?

Course descriptions should be accurate and not lose any information during parsing.

What happened?

The course description for LIT 1301: LIT 1301 - Introduction to Literature (3 semester credit hours) Introduction to literary analysis and interpretation based on readings from a global range of authors (3-0) S Doesn't show on the RHS in Trends:

This is likely a problem with our regex not handling course descriptions that don't end with a period. To fix it:

  • find out what our regex processing is doing wrong
  • fix it
  • Test on other courses/descriptions

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

Guia do colaborador