Gregor Billing
Gregor Billing
Adds the ability to directly force image uploads in a Delegate Report, instead of "butchering" it through Markdown. Advantage 1: We can verify that a Delegate indeed uploaded images before...
Basically works as intended per the field list WCAT sent to us. ~In the backend, we have to give "normal" users (i.e. Delegates, Organizers) permissions to make these edits across...
Previously, we still did events and cancelled filters in the frontend, and everything else in the backend. With this change, everything should be backend-based for the overview page.
Should be the last of our PHP legacy problems. This will obviously require massive code changes throughout the entire Rails app (`find` has to be replaced by `find_by`) but we...
We cannot pre-compute the whole tables, the number of possible combinations of parameters is simply too big for that. However we can work with more efficient indexes, and build a...
There are plenty of libraries that can do time zone lookups out there, but most are either abandoned or carry a ~500MB JSON data file around. The one I chose...
The problem I'm trying to solve is related to #9787: We need a new native dependency `clang` in the development Docker container, to be able to build native Ruby bindings...