fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

Timothée Mazzucotelli :python:

I made myself a backlog tool. Having an overview of all issues across all my repositories is extremely helpful. It can sort issues based on various criteria: labels, funding (more on this below), pledge via , upvotes, creation date, repository name (glob). Sorting them is again extremely helpful to prioritize work. Here you might notice I put bugs first.

It uses from @willmcgugan of course.

The "funding" column is the sum of all distinct sponsorships linked to the author and the users who upvoted. That means I give more voting power to users who sponsor me, either directly or indirectly, as members of an organization who sponsors me.

There are a few subtleties in the sorting I configured. I will probably explain it in details in my "Insiders" explanation pages.

(The screenshot uses only public data, thanks to the `--public` flag)