Coder Social home page Coder Social logo

dkutin / fantasytracker Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 0.0 1.52 MB

A Yahoo! Fantasy Tracker application that allows you to see your fantasy data, your way. Made using a php backend that interacts with MySQL database to save player info and data from Yahoo! Fantasy API, with a React app frontend.

Home Page: https://fantasytracker.dmitrykutin.com

License: MIT License

PHP 52.09% Shell 0.82% HTML 2.31% CSS 12.45% JavaScript 32.33%
fantasy-basketball yahoo-api react php

fantasytracker's Introduction

Hi there, I'm Dmitry ๐Ÿ‘‹

LinkedIn

fantasytracker's People

Contributors

dkutin avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

fantasytracker's Issues

Migrate Schemas from MySQL to MongoDB

Currently, this project uses a MySQL database to store data. While convenient, acquiring hosting and future improvements are made more difficult.

This task is to migrate all schemas from MySQL to MongoDB, leveraging node.js, and mongoose.

AC:

  • All Schemas in created in the codebase.
  • MongoDB connection set up.
  • PR merged.

As a developer, create a database schema for saving player averages across weeks and past generated reports so that unnecessary JSON files aren't stored to the user's filesystem

Currently, all player info and reports are stored in json files with a naming convention of playerid_week. Implement the database to store players by week, with their respective averages.

Reports are saved in jsons with the time they were generated. Instead, save the report for the day and time it was generated and save to database, so if a report for the day had already been generated we can query it without having to call fantasy API.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.