rubenvanassche / Programming-Project-Databases

A World championship statistics website
coachcenter.be
GNU General Public License v3.0
1 stars 1 forks source link

Show players in a match #106

Closed STOWouters closed 10 years ago

STOWouters commented 10 years ago

Suggest to show players in a (played) match (using table playerPerMatch), on the match page, like this. It would be nice if you also show the players that has played in this match.

JakobStruye commented 10 years ago

Can we tell the difference between someone who played the entire match and someone who sat on the bench the entire match?

STOWouters commented 10 years ago

Damn it, no. :weary:

STOWouters commented 10 years ago

Are we going to show all the players or just ignore this issue due to deadline?

STOWouters commented 10 years ago

Well, I've fixed the crawler. So, the player has played the entire match if both intime, outtime are set to NULL. Players sitting on the entire bench will not be in the table playerPerMatch.

If you want to do this issue, then the best you can do is create a separate branch and push that fix to remote. Then I'll update the data and see how far it can go.

JakobStruye commented 10 years ago

See branch playerPerMatch