iptc / sportsml-3

Development of SportsML 3
9 stars 1 forks source link

cautions-total and tournament stats #43

Closed trondhuso closed 6 years ago

trondhuso commented 7 years ago

How the cautions recieved by a player on their status in a tournament i.e. whether they will be suspended for a game or not.

I am adding comments from the dev-list so that we have them here related to the request

This was part of my study of ODF back in March:

2) Checking SportsML Soccer-plugin against ODF a. Looking at the list from Elena and I see that we are covering Player: Total match played for the team (player-stats@events-played[@competition-scope=’tournament’]) Total goals for in all the games where the team was participated (player-stats@score[@competition-scope=’tournament’])

Team: Total match played by the team in the tournament/Season/Year (team-stats@events-played) soccer-stats-yellowcard-test.xml.txt

Total goals for in all the games where the team was participated (team-stats@score) or (sso@goals-total) Total goals against in all the games where the team was participated (ssd@goal-against-total) Total Shots/Penalty (sso@shots-penalty-shot-scored) Total corner kicks (sso@corner-kicks) Total offsides for the team (sso@offsides) Total fouls committed (and its average) in all the games where the team was participated (ssf@fouls-committed) (@todo: We need to add @fouls-committed-average) Total fouls suffered (and its average) in all the games where the team was participated (ssf@fouls-suffered)(@todo: We need to add @fouls-suffered-average) Total Cautions (yellow cards) in all the games where the team was participated (ssf@cautions-total) Total Expulsions (2nd yellow card = red card) in all the games where the team was participated (@todo: We need to add @second-cautions-total or similar) Total Expulsions (red cards) in all the games where the team was participated

Tournament statistics: Total match played for all the teams (team-stats@events-player[team-stats@team-coverage=’multi-team’]) (we are doing the same as for team/player above for Tournament-statistics)

b. Looking at the list I see that we are missing: Player: Ranking of player, Can’t find that we have attributes in place for ranking of the player. @discussion: Shall we add attribute to rank player?

Team: Total Expulsions (2nd yellow card = red card) in all the games where the team was participated (@todo: We need to add @second-cautions-total) Average values in fouls suffered and fouls committed Total free kicks for the team Total Own goals for the team Total Own goal against the team

@todo: add support for Free-kicks, Own-goals

Tournament statistics: Competition date and the total attendance at the matches that day. Total attendance at the matches for all the days

@discussion: Adding tournament-stats element (Sportsml-core) or adding site element to statistics (Sportsml-core) or adding tournament to statistics (Sportsml-core)

trondhuso commented 7 years ago

I believe this case has been resolved. I have just added it so we have the history as the Redmine will disapear we need to keep historic discussions and work being done.

trondhuso commented 6 years ago

Close this issue because it is added for historical reasons.