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".
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".