Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save only necessary keys on local userData #1731

Merged

Conversation

tomivm
Copy link
Collaborator

@tomivm tomivm commented Jul 5, 2024

On this PR, the API responses containing the user information are filtered to get only the necessary keys to save on the App.UserData local state. See API PR
Close #1730

@tomivm tomivm added the bug label Jul 5, 2024
@tomivm tomivm requested a review from RodriSanchez1 July 5, 2024 17:34
@tomivm tomivm self-assigned this Jul 5, 2024
@tomivm tomivm mentioned this pull request Jul 5, 2024
@RodriSanchez1 RodriSanchez1 changed the title Avoid or remove boards on App.userData store to save space on the client localStorage Save only necessary keys on local userData Jul 8, 2024
@tomivm tomivm merged commit 2a8a659 into cboard-org:master Jul 8, 2024
5 checks passed
@tomivm tomivm deleted the fix/avoid-store-boards-from-userData branch July 8, 2024 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Save memory on the client localStorage removing unnecessary boards on the app.userData store
2 participants