Meeting 5: November 20th 2018 - QMIND-Team/Sabermetrics GitHub Wiki

Agenda

  • Updates on team_projection and data_query functions

    • Find where we need to refactor or finish code
    • Roadblocks?
  • Updates on Created CSV Header Files

    • Make sure they're all similarly structured and work with Will's code
  • Update on the general CSV Parameter File

    • Make sure it works with Vedant's code
  • Refine workflow

    • Checkout new branch from master
    • Finish your task
    • Create test case(s) for your task
    • Run all test cases in the test suite
    • Add, commit (with link to issue), push
      • git commit -m 'closes #25'
      • make sure not to add files we don't need (.idea, CSVs not necessary to the project)
    • Pull request on github
  • Introduction to testing, pytest, and the test suite skeleton

    • Task: Create test cases for all functions you have created so far
  • Introduction to data_cleaning module skeleton

    • See what functions everyone wants to take