gt-scheduler / website

Scheduling application designed to mitigate some of the pain-points present throughout Georgia Tech's registration process.
https://gt-scheduler.org
GNU Affero General Public License v3.0
87 stars 22 forks source link

[BoG S24] Special Topics Prerequisites and Titles (Frontend) #299

Open yatharth-b opened 4 months ago

yatharth-b commented 4 months ago

Problem Description

We recently made some changes to support section-wise prerequisites and titles for special topics classes like ECON 4803. This means we have to update the frontend to display this new information. Reference the crawler-v2 repo and look at the types.ts file to look at the new output of the crawler.

Run the crawler locally and make the frontend read a local json file to test with the new data.

image

Your Goal