sotirisspace / repo-ranger

Repo-Ranger is an AI-powered Github leaderboard that has no AI. It analyzes your Github activity and based on your score you win a clap 👏 or a 💩.
https://reporanger.xyz
GNU General Public License v3.0
6 stars 2 forks source link

[ENHANCEMENT] Number formating on score #18

Closed AkisKourouklis closed 1 month ago

AkisKourouklis commented 1 month ago

Is your feature request related to a problem? Please describe. (optional) If a user has a very large score for example 100K it now shows as 100000 we need to add formating and for example show it as 100,000

If not leave blank.

Describe the solution you'd like (required) Just create a react util on the frontend that formats numbers.

vr-varad commented 1 month ago

Hey @AkisKourouklis I could work on this.

AkisKourouklis commented 1 month ago

@vr-varad Yes you could, we just need to have formatting on score numbers on the front. You could create a util that does that.