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

Reduce number of API requests sent #8

Open
mattco98 opened this issue Sep 4, 2019 · 0 comments
Open

Reduce number of API requests sent #8

mattco98 opened this issue Sep 4, 2019 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@mattco98
Copy link
Member

mattco98 commented Sep 4, 2019

There are some places where an API request does not need to be sent. For example, there is no need to refetch modules after a module is updated. The module's data can simply be updated on the client side immediately after the request is sent and received. This should happen after #7, as a received error may require the api request to be sent.

@mattco98 mattco98 added enhancement New feature or request help wanted Extra attention is needed labels Oct 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant