Betarena / scores

We are building the first open-source live results and statistics platform with community involvement features for data insertion. The project includes a blockchain component that will allow participants to receive rewards based on their participation and also to stake the future Token of the platform.
GNU General Public License v3.0
18 stars 6 forks source link

H2H Fixtures wrong data #1007

Closed jonsnowpt closed 1 year ago

jonsnowpt commented 1 year ago

The H2H for this fixture had incorrect information, the teams drawn and the information displayed showed a victory.

https://scores.betarena.com/pt/futebol/casa-pia-gil-vicente-18560230

Image

migbash commented 1 year ago

NOTES

Everything is correct, and as expected - it was not a draw, Gil Vicente won in penalties in AP which are not shown due to missing design of showing penalties on the H2H. So UI is correctly shown.

Sportmonks - 2016/10/16 Fixture -> https://soccer.sportmonks.com/api/v2.0/fixtures/1091072

Sofascore https://www.sofascore.com/casa-pia-ac-gil-vicente-fc/kkbspCo

jonsnowpt commented 1 year ago

@migbash

A simple change here:

The winning team keeps the current font color, the losing team gets a lighter color:

Light Theme:

color: #8C8C8C;

Dark Theme:

color: #999999;

migbash commented 1 year ago

NOTES

Updated

jonsnowpt commented 1 year ago

@migbash

It's not showing the winner:

Image