BenBrostoff / draftfast

A tool to automate and optimize DraftKings and FanDuel lineup construction.
282 stars 112 forks source link

List of FD / DK contest types that we can implement #112

Open BenBrostoff opened 5 years ago

BenBrostoff commented 5 years ago

Anyone reading this - feel free to add here. These are generally pretty easy so PRs welcome. If you pick any of the below up, you need at a minimum:

The list

sharkiteuthis commented 5 years ago

I'll take on NFL/NHL showdown and FanDuel MVP

sharkiteuthis commented 5 years ago

Hijacking this to ask if we want to implement more lineup constraints than just lock/ban for tiers. IMO its not really worth the effort.

sharkiteuthis commented 5 years ago

Also, we can implement the DK NFL tiers with the pickem code

BenBrostoff commented 5 years ago

@sharkiteuthis Going to grab NFL showdown to make a blueprint for the future. Some trickiness I'll address but obviously weigh in with opinions:

Don't think implementation is hard, it's more how should the public facing API look.

sharkiteuthis commented 5 years ago

look at the feature branch i have for NFL showdown, it's mostly done.

the remaining items:

BenBrostoff commented 5 years ago

Awesome, I’ll hold off

On Tue, Jan 1, 2019 at 5:40 PM Tom Dodson notifications@github.com wrote:

look at the feature branch i have for NFL showdown, it's mostly done.

the remaining items:

  • add ban captains
  • test group constraints for showdowns
  • add showdown team filters
  • test with exposure

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/BenBrostoff/draftfast/issues/112#issuecomment-450762348, or mute the thread https://github.com/notifications/unsubscribe-auth/AGqt9PAj033qSYIs719keAsvyK5Ux7Hvks5u--PNgaJpZM4ZfnbY .

sharkiteuthis commented 5 years ago

If you want to build on that branch, feel free, I won't be able to look at it again until at least tomorrow.

BenBrostoff commented 5 years ago

Cool, I'll take a look tonight and commit if I have anything good to add. Will open PR just so it's out there.