Hacktoberfest / hacktoberfest-2020

Hacktoberfest - App to manage the annual open-source challenge, used for the 2019 & 2020 seasons.

Home Page:https://hacktoberfest.digitalocean.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor PullRequest Service

mkcode opened this issue · comments

  1. Remove all_by_state and score method
  2. Add mature? method to PullRequest model
  3. Use mature? method in matured_prs method
  4. Add eligible_prs and matured_prs method to be consistent with method names in the User model (minus count)
  5. Update User model to use new methods

Update tests accordingly

Completed in #29