Finished a small administrative tool for

Today, I put together a small administrative tool to search users, projects & organizations and to do some essential operations. It will improve and speed up our customer support.

It's no technical miracle - Kotlin/Javalin serving static Bootstrap forms rendered by Freemarker, and the whole thing is packed as a Docker container. But it was really a matter of just a few hours to get it glued together. Most of the time, I wrote SQL queries for obtaining projects across users, organizations & teams, and stuff like this.