Aspine / aspine

Alternate frontend to Aspen, making it easier for CPSD students to access and predict their grades
https://aspine.cpsd.us
GNU General Public License v3.0
14 stars 22 forks source link

Forwards and backwards #331

Closed notrodes closed 2 years ago

notrodes commented 2 years ago

Closes #224 and it was way easier than I thought it would be.

notrodes commented 2 years ago

The thing with that is that I couldn't come up with a good way to translate between #fragment names and ids for lookup. If you think of a way of gathering and selecting elements by #'s that would be great but I can just brute force it, in a not very programmatic translator, with a series of ifs or a switch.