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

Every search requires a new web request #30

Open
MadRubicant opened this issue Oct 9, 2016 · 2 comments
Open

Every search requires a new web request #30

MadRubicant opened this issue Oct 9, 2016 · 2 comments

Comments

@MadRubicant
Copy link

Instead of making a new request every time the user tries to search, make a single request (or if that's not possible because of the API exposed, one for each department), and store the results in memory. Then run searches on the locally cached copy.

200 pts

@MadRubicant
Copy link
Author

F16 OK (200 pts)

@CDLlo
Copy link
Contributor

CDLlo commented Jan 25, 2018

W18 OK 200 points

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants