hemvall / Heracles

Store your sports performances and track your progression either in the gym, running and even boxing.
https://heracle.me/
5 stars 0 forks source link

Create a leaderboard with the best-performing scores #1

Closed hemvall closed 1 year ago

hemvall commented 1 year ago

route should be : /leaderboard/7-days or /leaderboard/all-time

hemvall commented 1 year ago

Score is based on various metrics :

hemvall commented 1 year ago

alter table users add column TotalScore int(50);

hemvall commented 1 year ago

alter table users add column Username varchar(50);