Andrew-Dickinson / FantasyFRC

Fantasy first robotics
GNU General Public License v2.0
1 stars 2 forks source link

Add Free Agent list #35

Closed Andrew-Dickinson closed 9 years ago

Andrew-Dickinson commented 9 years ago

Should display teams that are not currently on anyone's roster. Sorted by total points.

Andrew-Dickinson commented 9 years ago

I'm thinking 50 per page

Andrew-Dickinson commented 9 years ago

Hmmm. I'm thinking this warrants a "total_points" property on a root team...

Andrew-Dickinson commented 9 years ago

That could present stale data issues

Andrew-Dickinson commented 9 years ago

Okay. I can work around the stale data issues... but the primary issue I'm seeing here is that each league will have a different FA list

Andrew-Dickinson commented 9 years ago

Ha. This can be fixed by getting a large number say the top 200 and then removing the teams on the waiver and on player rosters

Andrew-Dickinson commented 9 years ago

For page two, the same process is repeated with more teams and the first 50 are simply removed

Andrew-Dickinson commented 9 years ago

I'm thinking this is a subset of drafting...

Andrew-Dickinson commented 9 years ago

Well.... it could be alliance management

Andrew-Dickinson commented 9 years ago

No, it's drafting

Andrew-Dickinson commented 9 years ago

image This is present as of b9a9275c74618a3c44465a6c86700738ed0ab854

Andrew-Dickinson commented 9 years ago

I still need to add functionality to the actions column

Andrew-Dickinson commented 9 years ago

And to add proper pagination

Andrew-Dickinson commented 9 years ago

Added navs in ba8cffff5f4fe284aae764acb05a382c4cb9e1a7

Andrew-Dickinson commented 9 years ago

Okay, the 148 bug is gonna cause serious problems

Andrew-Dickinson commented 9 years ago

I think I'll document it and then move on to a new issue

Andrew-Dickinson commented 9 years ago

The tems are not right, pick up some and then check the FA list.

Andrew-Dickinson commented 9 years ago

Broke out the flag into issue #57

Andrew-Dickinson commented 9 years ago

Broke out the 148 bug to #58