Leigh MacDonald

Results 44 issues of Leigh MacDonald

There was some very basic patreon support at one point, but it was largely scrapped/put on hold. We do want to support some monetization though to hopefully not permanently be...

enhancement
frontend
backend

There is some negatives to performance associated with UUIDv4 keys due to their use of randomness. ULID and UUIDv7 offer some improvements over this which improve indexing performance. Our current...

enhancement

Keep a log of when we drop users for bans and what it was for.

enhancement
docker
frontend

Enable table sorting for tables that do not use server side sorting #505

Sorting used to happen server side, but with most data tables now existing entirely client side, it needs to be enabled there instead. State changes should be tracked in the...

frontend

Migrate from ESLint 8->9. Unfortunately this uses a whole new config format because javascript libs do be like that. This will include fixing up the included plugins as well.

frontend

Frontend will need to be updated to account for the new stats that will be introduced with the new stats parser system. What that will entail is still TBD. Some...

enhancement
frontend
backend

- Generate fancy graphs to show the data. - Show what percentage UT has of all TF2 servers.

- Record the long term stats for players / bot globally and withing UT.

enhancement
backend

Use standardized duration formats for user facing systems. Currently it uses an extended format of the internal go string durations

enhancement