TheDarkun / Elevators

Fullstack .NET Project for SOČ
0 stars 0 forks source link

Displaying the leaderboard in Dashboard #17

Open VanRhapsody opened 6 months ago

VanRhapsody commented 6 months ago

Proposal As i mentioned earlier, we should use our own DB to store wins and losses. This will make managing the leaderboard easier too. The values are once again going to be attained through an SQL statement "SELECT * FROM table ORDER BY win DESC LIMIT 5". User's stats are going to be hardwired at the bottom. However, if the user were a part of the leaderboard, we should check that indepndently with an if statement.

TheDarkun commented 6 months ago

This is how the frontend component should look like: image