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

Use Vuex to store projects #8

Open
andredias opened this issue Mar 5, 2021 · 0 comments
Open

Use Vuex to store projects #8

andredias opened this issue Mar 5, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@andredias
Copy link
Owner

Currently, projects are loaded every time the user hits home. It would be better to store all projects in a Vuex store that keeps everything and only load new projects from the server, based on their timestamp.
Later, we should store projects locally in the browser using local storage (https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage)

@andredias andredias added the enhancement New feature or request label Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant