anze3db / fedidevs

Discover amazing developers across the fediverse 🌐
https://fedidevs.com
MIT License
22 stars 6 forks source link

Start showing daily account change stats on profiles #17

Closed anze3db closed 2 months ago

anze3db commented 6 months ago

We track account stats on a daily basis, but we don't display the data anywhere right now. Maybe add it to the profile page. It might be cool to also allow sorting by change of followers 🤔

The code for the account page is here https://github.com/anze3db/fedidevs/blob/22dbcd4ee6eba670f3b9717d72100798f1bab5e1/accounts/views.py#L10 and the template is here: https://github.com/anze3db/fedidevs/blob/22dbcd4ee6eba670f3b9717d72100798f1bab5e1/accounts/templates/index.html#L159