BCStudentSoftwareDevTeam / BCStudentSoftwareDevTeam/lsf
Fix the Cookie Bug on Supervisor Portal
- Dominant language
- Python
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
If you are currently on a term, A, and reset your dev environment or switch to another term, B, an ajax error arises. My suspicion is that LSF caches the term in an attempt to load data on a landing page. Problem is, if a term, say Summer 2025, exists on prod-backup but not on development, that becomes a problem, and cookies need to be cleared.
Possible solutions:
- We can stop caching when in development or staging.
- We can add conditional checks to delete cache if error arises and use new parameters in the Supervisor Portal to load the query
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.