You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2022. It is now read-only.
Each time the user navigates to the schedule page, a new request is made to load the user's schedule from the CRNs in their cart. This is unnecessary and makes Schedules feel slower and less responsive.
Instead, save the HTML response of the current schedule in Local Storage, and use that when the user navigates to the schedule page if their cart has not changed.
Each time the user navigates to the schedule page, a new request is made to load the user's schedule from the CRNs in their cart. This is unnecessary and makes Schedules feel slower and less responsive.
Instead, save the HTML response of the current schedule in Local Storage, and use that when the user navigates to the schedule page if their cart has not changed.