João Moura
João Moura
Would be nice to improve the docs, make it clearer, simpler and easy to understand.
Create a Mix task that will setup the `state` field into the desired module, set the initial state as default on the database, and fill up the initial code for...
Erlang has `gen_statem` a generic state machine behavior. Using it behind the scenes could be a good thing to enable ppl to use Machinery on a broader set of applications,...
In this new version of Gioco we should aim for a more clean architecture and also a more OO approach. Let's keep it simple and start by adding badges support....
The files used by sync_database rake task have a lot of similar code, it would be great extract it to inside Gioco:Core or another class.
When a default badge is created the rake task end up by adding its points to the user, it's wrong because that might exist default badges created after some while
It's quite a simple logic, you will add badges all the time, and eventually there will gonna be users that already should have a new badged that you are creating...
Suppose that you start setting up Gioco with `--points` and then you perceive that you will gonna need also `--types`. Today there is no easy way to migrate, first you...
> TrueSkill is a Bayesian ranking algorithm developed by Microsoft Research and used in the Xbox matchmaking system. > TrueSkill maintains a belief on the skill of each player; every...
This adds some guardrails, to both prevent the same tool to be used consecutively and also caching tool's results across the entire crew so it cuts down execution time and...