João Moura

Results 24 issues of João Moura

Would be nice to improve the docs, make it clearer, simpler and easy to understand.

enhancement
help wanted
Good First Issue

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...

enhancement
help wanted

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,...

enhancement
help wanted

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....

2.0

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.

bug
enhancement
old - 1.1.1

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

bug
old - 1.1.1

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...

bug
old - 1.1.1

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...

enhancement
old - 1.1.1

> 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...

enhancement
old - 1.1.1

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...