robobruin / freebiestats

Automatically exported from code.google.com/p/freebiestats
0 stars 0 forks source link

Suggestions #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
- The "Show freebie stats" button placement: ideally it should be on top of
(or near) the yahoo statracker button. I found it annoying that it scrolls
with the page as well.

- Roster players that are inactive for the day should appear last rather
than  mixed in with the rest of the active players. The hard contrast
between the gray bar and the white bar makes it a bit annoying to look at.

Awesome utility. Now if only it could also aggregate the stats for an
entire league :)

Original issue reported on code.google.com by rod...@gmail.com on 14 Apr 2007 at 5:27

GoogleCodeExporter commented 9 years ago
Sorry I neglected to change the post type; if you are able to change it, it 
would be
great!

Original comment by rod...@gmail.com on 14 Apr 2007 at 5:28

GoogleCodeExporter commented 9 years ago
I went ahead and made both of these changes. I can send you the updated script 
for
your review if interested.

Original comment by rod...@gmail.com on 14 Apr 2007 at 8:20

GoogleCodeExporter commented 9 years ago
cool...send me the changes and I will incorporate them.

Original comment by robobr...@gmail.com on 15 Apr 2007 at 4:41

GoogleCodeExporter commented 9 years ago
I agree with the button placement, so much so, that I figured out how to do it
(actually, I did it on your basketball script).  Here's what I used to position 
the
button:

Replace the GM_addStyle() in addShowStatsButton() with the following:
GM_addStyle('#robobruinStatBtn
{position:absolute;top:207px;left:800px;z-index:200;background-color:#0781c8;col
or:#fff;}');

Basically, just replace 'position', 'top', and 'left' with the values above, 
and you
should be good to go.  If you increase the 'left' value enough, it should 
actually
overwrite the "Launch StatTracker" button.  A value of 957 seems to work for 
that.

Original comment by timwilso...@gmail.com on 16 Apr 2007 at 5:56

GoogleCodeExporter commented 9 years ago
hey

i emailed you the script. here are the things i changed:

1- don't automatically show the overlay, instead wait until the first button 
click
2- every time you click the button, it will reread and update the stats
3- active players are shown in bold
4- bench players are shown in regular text
5- changed row coloring so it's more smooth on the eyes
6- changed the button label to Show FreeStats

Original comment by rod...@gmail.com on 16 Apr 2007 at 6:18

GoogleCodeExporter commented 9 years ago
is it possible to add a new issue and label it as an enhancement? i can't seem 
to be
able to do that. would be useful if that was something that can be exposed.

two new features i'll work on tonight:
- a refresh button
- preserve roster order (so players don't appear out of order)

Original comment by rod...@gmail.com on 19 Apr 2007 at 5:39

GoogleCodeExporter commented 9 years ago
done (all integrated with revision 25)

Original comment by rod...@gmail.com on 22 Apr 2007 at 5:01

GoogleCodeExporter commented 9 years ago
I modified the existing stat tracker link and the roster order is now 
preserved. 
Still running into striping issues if a player is not part of the boxscore but 
it's
lot better than before.  I also integrated the refresh link.

Original comment by robobr...@gmail.com on 24 Apr 2007 at 5:59

GoogleCodeExporter commented 9 years ago

Original comment by robobr...@gmail.com on 4 May 2007 at 6:13