TheDarkun / Elevators

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

Getting the wins and losses count in Dashboard #16

Open VanRhapsody opened 8 months ago

VanRhapsody commented 8 months ago

Proposal I suppose this can't be done through an official Discord database. Therefore, we should use our own database to store the wins and losses of a user where his ID is linked to his Discord account. We will then get the values through an SQL statement "SELECT wins,losses FROM table WHERE id=session_id" where the session_id is going to be the id of the user currently logged in.

TheDarkun commented 8 months ago

This is how the frontend component should look like: image