Yeah, i try to push out one commit a day, even if its small to keep me going. Hope i can keep that up. ^^
Will selfhost it propably, at least a dev instance. I am currently preparing it to be hostable(like config files and such).
Currently the ratings part is still missing, since i don't know yet how i want to implement it. I think it will be that the jam creator can define as many categories as they want and players then can rate each category plus write one comment. I didn't look into how to make the db schema for that. Propably Jam-Categories with a many to many table to connect them and then Ratings-User with a many to many table to connect them and then comment-user. But yeah.
Also i have to do some refactoring, since i never did something with flask before and just started to pile code ontop of the quickstart example. So the code was a complete mess. 😬
ETA: idk now yet, maybe in a month or so.