We currently display the semester of a given club application as cosmetic info calculated from the application end time. However, we calculate this redundantly in multiple places, both on the backend through the cycle field (code here and here) as well as the frontend through the getSemesterFromDate helper function (usages here and here). They appear to do the same thing, so we can replace usages of the latter with the former.
We currently display the semester of a given club application as cosmetic info calculated from the application end time. However, we calculate this redundantly in multiple places, both on the backend through the cycle field (code here and here) as well as the frontend through the
getSemesterFromDatehelper function (usages here and here). They appear to do the same thing, so we can replace usages of the latter with the former.