dkutin/fantasytracker
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.
PHPMIT
Issues
- 2
Migrate Schemas from MySQL to MongoDB
#37 opened by dkutin - 0
Migrate ServiceCall class to use new API
#40 opened by dkutin - 0
- 0
- 0
Convert PHP files to use Express and Node.js
#36 opened by dkutin - 0
As a developer, create a file to generate a webpage with the same report a user may get in the email so that unregistered users can see insightful player trends
#11 opened by dkutin - 0
As a developer, eliminate the need of saving json files by writing the result of the request to db so that JSON files are not saved to the filesystem
#2 opened by dkutin - 0
As a developer, add a table to the database to store user credentials and refresh token so that any requests made to the API query this
#9 opened by dkutin - 1
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
#7 opened by dkutin - 0
As a developer, rewrite the codebase to query database instead of json files so that unnecessary data isn't written to the user's files
#8 opened by dkutin - 0
As a developer, implement a file that can be run separate to analysis that updates the database with current player values for the week, at the end of the week so that the codebase works with the most recent/accurate data of player averages
#10 opened by dkutin - 0
As a developer, change paths used in all php files to be relative paths for use in crontab
#13 opened by dkutin - 0
- 0
As a developer, rewrite the algorithm for player rankings to include 7 day, 14 day and 30 day averages so that it provides a more accurate representation to the user
#6 opened by dkutin - 0
As a developer, rework current report generation function to be an intuitive recommendation of players to add/drop so that its human readable by the end user
#4 opened by dkutin - 0
As a developer, add a file that generates the report and emails the report to the user so that the user is able to receive the data from a centralized codebase
#3 opened by dkutin - 0
As a developer, create a file to be run by crontab that takes backups of tmp/ directory so that data is not lost if an unsuccessful request is made
#17 opened by dkutin - 0
As a developer, add a script that can be run by cron to pull from git repo so that the server repo stays up to date
#18 opened by dkutin