leaguevine / leaguevine-ultistats

MIT License
18 stars 4 forks source link

play-by-play should search onfield AND offfield players for names. #79

Closed cboulay closed 12 years ago

cboulay commented 12 years ago

The gameevent can store the play-by-play string or the play-by-play view can render its string based on the other properties of the gameevent. I prefer the latter because the play-by-play string will not be stored online but this would still allow us to download events from the server (future feature?) but still have the play-by-play render the correct string.

Since I want the view to render the string, I then need the view to search both onfield and offfield players in case the event is a sub out. Currently it displays "unknown stepped off the field".