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

Store selected courses and settings in browser cache using Svelte persistent store #16

Open
sbdaule5 opened this issue Aug 13, 2023 · 5 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@sbdaule5
Copy link
Contributor

sbdaule5 commented Aug 13, 2023

(Edited): Use svelte-persistent-store instead of simply storing the courses and settings using localStorage.

Original Issue: Currently, if the person refreshes the page, the list of selected courses gets reset. We can avoid this by storing the courses in browser cache.

@sbdaule5 sbdaule5 added enhancement New feature or request good first issue Good for newcomers labels Aug 13, 2023
@this-is-sky
Copy link

Hi, Can you please assign this issue to me?

Thanks!

@sbdaule5
Copy link
Contributor Author

Sure, go ahead.

@this-is-sky
Copy link

Thansk!

@ambarvm
Copy link
Member

ambarvm commented Aug 14, 2023

@sbdaule5 sbdaule5 changed the title Store selected courses in browser cache Store selected courses and settings in browser cache Jan 8, 2024
@sbdaule5
Copy link
Contributor Author

I have added a basic implementation using localStorage. Need to migrate it to persistent store.

@sbdaule5 sbdaule5 changed the title Store selected courses and settings in browser cache Store selected courses and settings in browser cache using Svelte persistent store Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants