PhlexPlexico / G5V

A front-end for G5API to manage matches/seasons/tournaments for CS:GO
MIT License
56 stars 29 forks source link

[Request] Update Front Page View #15

Closed PhlexPlexico closed 3 years ago

PhlexPlexico commented 4 years ago

The front page is rather basic. Instead of just including a data table with recent matches, we could spice it up and grab the last five matches and provide v-cards that could have an image of the match, top player, and make it a bit more colourful.

PhlexPlexico commented 3 years ago

I think the general concept would look much like this, where the map is determined on the first map played (when > BO1 matches). This would need pagniation and cards for each match, as well as a limit for each page.

image

PhlexPlexico commented 3 years ago

image

Playing around more with cards and using the match limiter to retrieve the last 3 matches that are not cancelled. Also including the map name and the actual score if it's a BO1. No matter the series type, it will also include whatever first map was chosen, and default to dust2 if it's still being decided.

PhlexPlexico commented 3 years ago

Now resolved!