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

[Front] Local Cache #49

Open
its-colby opened this issue Oct 14, 2024 · 2 comments
Open

[Front] Local Cache #49

its-colby opened this issue Oct 14, 2024 · 2 comments
Labels
low priority poc Proof of Concept

Comments

@its-colby
Copy link
Collaborator

Utilizing Local Storage, implement a local cache for files and folders, so that the user does not need to constantly query for frequently used files/folders.

@its-colby its-colby added the mvp Minimum viable product label Oct 14, 2024
@its-colby its-colby added this to the Auto Drive MVP milestone Oct 14, 2024
@clostao
Copy link
Collaborator

clostao commented Oct 21, 2024

localStorage has a maximum size of 5MB per website.

Might be a better option IndexedDB

@its-colby
Copy link
Collaborator Author

Yep, IndexedDB looks like the right approach. For now, you can use whatever is more convenient to develop, since its a low priority. But, long term, we will probably want IndexedDB. @clostao

@its-colby its-colby added poc Proof of Concept and removed mvp Minimum viable product labels Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low priority poc Proof of Concept
Projects
None yet
Development

No branches or pull requests

2 participants