icssc / AntAlmanac

A course exploration and scheduling tool for UCI Anteaters
https://antalmanac.com
MIT License
55 stars 62 forks source link

Correct Finals Start Date #908

Closed KevinWu098 closed 4 months ago

KevinWu098 commented 5 months ago

Currently, we're hardcoding back the FinalsStartDate from Spring 2024 to Winter 2024, since we're still in Winter 2024 and users would want to see the Finals Start for the current term.

This creates an edge case where the default term is not the current term, because the SOC has released.

Write a workaround which checks the current date, and IF it is prior to the start date of the default term, return defaultTerm + 1.