dillonkearns / mobster

Pair and mob programming timer for Mac, Windows, and Linux.
http://mobster.cc
MIT License
308 stars 39 forks source link

Allow to change order (navigator becomes driver vs. driver becomes navigator) #74

Open haraldreingruber opened 4 years ago

haraldreingruber commented 4 years ago

There are different opinions about the pros and cons of either direction. It would be great to have the rotation direction configurable to allow experimenting with it easily.

A simple approach might be just inverting the rotation direction.

Another idea would be allowing configuring roles, which also define the order (inspired by how https://mobti.me allows do configure the order). This might also be a solution to #73 via configuring "Next" as an explicit role.

haraldreingruber commented 4 years ago

Just saw that this is a duplicate of #64