davesag / wikiscores

Command-line tool that extracts structured data about all of the US Supreme Court Cases since 2000
MIT License
5 stars 0 forks source link

[Feature, #1] improve request throttling #18

Closed davesag closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #18 into develop will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           develop    #18   +/-   ##
======================================
  Coverage      100%   100%           
======================================
  Files           18     22    +4     
  Lines          108    153   +45     
======================================
+ Hits           108    153   +45
Impacted Files Coverage Δ
src/utils/cache.js 100% <100%> (ø)
src/utils/makeThrottle.js 100% <100%> (ø)
src/utils/db.js 100% <100%> (ø)
src/fetchers/fetch.js 100% <100%> (ø) :arrow_up:
src/constants.js 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0277a72...9b403a7. Read the comment docs.

Mattsag commented 5 years ago

Wikiscores is working great. Low priority suggestion: It would good code an additional variable for the Court Term (i.e., 2017, 2011, ...) that the case is grouped under on Wikipedia. We can't rely on the date of the decision for this because the Court's calendar runs from October-June (a decision in May 2010 will be in the "2009 Term".

davesag commented 5 years ago

Hey @Mattsag sure I can look at that. I've created a new issue for it. #19