Old data is sometimes used even when newer ones are present #73

Open
opened 2025-12-31 05:31:49 +00:00 by Ghost · 2 comments
Ghost commented 2025-12-31 05:31:49 +00:00 (Migrated from codeberg.org)

Older data from CMUsyllabi_processed.json is sometimes used instead of newer data from courses.json.

Example: Running /course course-info 98008 returns the old course name Shilling The Rust Programming Language instead of the newer Intro to Rust Lang

We have to modify formatter2.py to process the data differently and update the json files accordingly.

It might also be worthwhile renaming the files in the data folder, as it's kind of difficult to tell at a glance which file does what

Older data from `CMUsyllabi_processed.json` is sometimes used instead of newer data from `courses.json`. Example: Running `/course course-info 98008` returns the old course name **Shilling The Rust Programming Language** instead of the newer **Intro to Rust Lang** We have to modify `formatter2.py` to process the data differently and update the json files accordingly. It might also be worthwhile renaming the files in the data folder, as it's kind of difficult to tell at a glance which file does what
Ghost commented 2026-01-24 22:32:52 +00:00 (Migrated from codeberg.org)

self assign

self assign
Ghost commented 2026-01-30 22:11:51 +00:00 (Migrated from codeberg.org)

As another test case, running /courses course-info 15-113 should return Effective Coding with AI, not Special Topics in Applied Python Programming

As another test case, running `/courses course-info 15-113` should return Effective Coding with AI, **not** Special Topics in Applied Python Programming
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
ScottyLabs/dalmatian#73
No description provided.