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

v2.0 Release #18

Draft
wants to merge 43 commits into
base: master
Choose a base branch
from
Draft

v2.0 Release #18

wants to merge 43 commits into from

Commits on Feb 15, 2021

  1. Configuration menu
    Copy the full SHA
    ec02237 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    848ee8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a09140 View commit details
    Browse the repository at this point in the history
  3. Add the windows_python_venv repo as a submodule to create venvs for t…

    …his project. Update .gitignore accordingly.
    cooperjaXC committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    8d4b7b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50c590c View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    9cc98bd View commit details
    Browse the repository at this point in the history
  2. Remove py_venv as a submodule, but keep the contents of the directory…

    … locally for venv generation.
    cooperjaXC committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    805aff4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    231859e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62cada8 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    ed69dcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e461c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Add script to process rankings based on the ESPN API. Pivot on #7 fro…

    …m 'cfbd' (back) to ESPN.
    cooperjaXC committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    652c5bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7420a88 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Reconfigure how the URL generator generates the current rankings URL …

    …to match historical URL JSON response format.
    cooperjaXC committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    ea6ab6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffdc51d View commit details
    Browse the repository at this point in the history
  3. Use the AP Top 25 unique ESPN code (1) to ID the correct ranking to p…

    …ull from the current week JSON response instead of text name; less volatile.
    cooperjaXC committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    dc18011 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    c67d5dc View commit details
    Browse the repository at this point in the history
  2. Separate out the Top 25, Others Receiving Votes, and Teams parsing in…

    …to individual functions. Each still needs to be developed.
    cooperjaXC committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    fd54bd0 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    f8f40b2 View commit details
    Browse the repository at this point in the history
  2. Implement the json response shortcut function where functionality cur…

    …rently exists in espn_api.py.
    cooperjaXC committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    bd28f02 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    140a425 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3b7c34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07b5616 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db6e910 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4ad276c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd260a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c91835a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4407e2a View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    ea3193b View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    8de2808 View commit details
    Browse the repository at this point in the history
  2. Add conference tiebreaker method to ESPN API scoring. TODO: Account f…

    …or multiple ties in the same ranking.
    cooperjaXC committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    ae48443 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef3703c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e93383e View commit details
    Browse the repository at this point in the history
  5. Clean directory to reflect new ESPN API method, moving away from Beau…

    …tifulSoup HTML parsing.
    cooperjaXC committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    71039b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    889063d View commit details
    Browse the repository at this point in the history
  7. Add ESPN API-based method to replace BeautifulSoup. Works to fix Issue

    …#8 and implement enhancements detailed in #7.
    cooperjaXC committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    6e09e0c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    4632eb4 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Add mechanism to store summary datasets bringing all data from within…

    … a year and a scoring schema (4 or 5 teams) together in one CSV.
    cooperjaXC committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    f714966 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    b4d2d28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1731ede View commit details
    Browse the repository at this point in the history
  3. Fix bugs with execution of 'current' weeks for old and present season…

    …s + related data storage bugfixes.
    cooperjaXC committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    bf7c782 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6b7740 View commit details
    Browse the repository at this point in the history
  5. Inherit storage mechanism for recording ESPN API-fed XC rankings into…

    … dev br. Addresses Issue #17.
    cooperjaXC committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    8b1737a View commit details
    Browse the repository at this point in the history