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

Cache changes on webserver #12

Open
javatarz opened this issue Oct 7, 2019 · 1 comment
Open

Cache changes on webserver #12

javatarz opened this issue Oct 7, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request hacktoberfest Candidate card for hacktoberfest help wanted Extra attention is needed

Comments

@javatarz
Copy link
Owner

javatarz commented Oct 7, 2019

Value Statement

As a hacktoberfest organizer
I want the webpage to avoid calling the github API repeatedly
So that I can avoid hitting the API rate limits

Acceptance Criteria

Given that the webserver is started
When the page is refreshed within 60 seconds
Then the same page is returned (no GitHub API calls)
Given that the webserver is started
When the page is refreshed after 60 seconds
Then the page data is refreshed (with GitHub API calls)

Other

  1. GitHub's rate limit documentation for search API
  2. Requires Simple web based leaderboard #10 to be completed
@javatarz javatarz added good first issue Good for newcomers hacktoberfest Candidate card for hacktoberfest help wanted Extra attention is needed documentation Improvements or additions to documentation and removed documentation Improvements or additions to documentation good first issue Good for newcomers hacktoberfest Candidate card for hacktoberfest help wanted Extra attention is needed labels Oct 7, 2019
@javatarz javatarz changed the title Create a wiki Cache changes on webserver Oct 7, 2019
@javatarz javatarz added enhancement New feature or request hacktoberfest Candidate card for hacktoberfest help wanted Extra attention is needed labels Oct 7, 2019
@sathia27
Copy link

sathia27 commented Oct 18, 2019

@javatarz Please assign this issue to me. I am working on it.

sathia27 pushed a commit to sathia27/github-contribution-leaderboard that referenced this issue Oct 18, 2019
sathia27 pushed a commit to sathia27/github-contribution-leaderboard that referenced this issue Oct 18, 2019
sathia27 pushed a commit to sathia27/github-contribution-leaderboard that referenced this issue Oct 18, 2019
sathia27 pushed a commit to sathia27/github-contribution-leaderboard that referenced this issue Oct 19, 2019
sathia27 pushed a commit to sathia27/github-contribution-leaderboard that referenced this issue Oct 19, 2019
sathia27 pushed a commit to sathia27/github-contribution-leaderboard that referenced this issue Oct 19, 2019
javatarz added a commit that referenced this issue Oct 19, 2019
feat(#12): Cache changes on webserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest Candidate card for hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants