Skip to content

Removed caching for members on membership page#599

Merged
LucientZ merged 1 commit into
mainfrom
web-query-hotfix
Mar 25, 2025
Merged

Removed caching for members on membership page#599
LucientZ merged 1 commit into
mainfrom
web-query-hotfix

Conversation

@LucientZ
Copy link
Copy Markdown
Collaborator

@LucientZ LucientZ commented Mar 25, 2025

Overview

The app has grown to a point where caching aggregate queries in localStorage is not feasable due to the limits on storage space. This should never have been a thing in the first place as localStorage is meant to be small and shouldn't be used at scale.

This has caused issues where the user is not able to see certain data like MemberSHPE requests because the cache errors out before the data is even able to be fetched since no more data can even be stored in the first place. This hotfix fixes this temporarily until a better fix can be implemented.

This also adds heads and bodies to certain tables to keep up with the HTML spec.

@LucientZ LucientZ requested a review from mestrada03 March 25, 2025 03:06
Copy link
Copy Markdown
Collaborator

@mestrada03 mestrada03 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@LucientZ LucientZ merged commit 55f62f4 into main Mar 25, 2025
@LucientZ LucientZ deleted the web-query-hotfix branch March 25, 2025 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants