wrightedu / CSE-Discord-Bot

Discord bot for the WSU CSE Discord server
GNU General Public License v3.0
2 stars 4 forks source link

Fix this when generating classlist CSV #398

Closed mkijowski closed 1 month ago

mkijowski commented 2 months ago

remove following:

CEG 1900,,CEG 1900,Internship,"#ceg1900,0#Student Voice,2#TA Voice"
CS 1900,,CEG 1900,Internship,

edit following:

CEG 5350,,CEG 5350,Operating Systems Internals and Design,"#ceg5350,0#Student Voice,2#TA Voice"
    becomes
CEG 5350,,CEG 2350,Operating Systems Internals and Design,

CEG 6424,,CEG 6424,Security Attacks & Defenses,"#ceg6424,0#Student Voice,2#TA Voice"
    becomes
CEG 6424,,CEG 4424,Security Attacks and Defenses,

Crosslisting issues: Names differ

JakeHamblin commented 2 months ago

Will look at modifying the script to automatically handle this.

JakeHamblin commented 1 month ago

Similar issue to #405 and fixed in #406

JakeHamblin commented 1 month ago

Closed as a result of #406 completion.