benjamin051000 / DegreeView

SwampHacks 2021 Project
1 stars 0 forks source link

Get major course data (manually) and put it in a file #1

Closed benjamin051000 closed 3 years ago

benjamin051000 commented 3 years ago

This is the list of courses each major needs to take. There does not appear to be an API for this, so we may just manually add some as a proof of concept

joshuahaddad commented 3 years ago

Made an example with the ChE major + GenEd. The functions generate the majors.json file by taking as an input a string with all the major information. An example of this would be "AAAA123, BBBB223 or BBBB224, ... etc".

Because of lazy string parsing: SPACES AFTER COMMAS SPACE BEFORE/AFTER OR