icssc / AntAlmanac

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

fix: update the snapshot because the default term for custom events c… #794

Closed ap0nia closed 10 months ago

ap0nia commented 10 months ago

Summary

Update the snapshot because getDefaultTerm returns a different term.

Technical Details

In #787, a new term was added to the termData list in $lib/termData. This results in the getDefaultTerm function returning a different term (the new one). All custom events are assigned this default term by this line of code, so the snapshot should be updated since the calculations are different depending on the term returned by the function.