Skip to content

This website is meant to enable fantasypremierleague managers to pick better teams by providing better filtering/sorting options than the stock fantasy.premierleague.com website. This is a hobby project that I'm working on.

Notifications You must be signed in to change notification settings

keithxm23/fplassistantv2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

To set up db from scratch:

Ensure mapping, acrnym_mapping, sqwk_teamdata_url is accurate in teams.rake Ensure FULL_TEAM_NAMES is accurate in players.rake and gameweeks.rake

  1. bundle exec rake db:migrate

  2. bundle exec rake players:populate

  3. bundle exec rake teams:seed_teams

  4. bundle exec rake player:populate_with_history

  5. bundle exec rake gameweeks:populate

To get app running:

First follow above steps, then..

  1. Ensure @short_names is accurate in gameweeks_controller.rb

  2. Ensure short_teamname, long_teamname, searchoptions and css styles are accurate in views/players/index.html.erb

#TODO: Stop using hardcoded team_data like above.

About

This website is meant to enable fantasypremierleague managers to pick better teams by providing better filtering/sorting options than the stock fantasy.premierleague.com website. This is a hobby project that I'm working on.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published