ScalaWilliam / git-work

The marketplace for Git Issues
http://git.work/
8 stars 2 forks source link

Simplify the workflow #22

Open ScalaWilliam opened 7 years ago

ScalaWilliam commented 7 years ago

Looks like we can narrow it down to:

OPEN -> BUSY
OPEN -> CLOSED
BUSY -> OPEN
BUSY -> CLOSED

This way, we can support more flexible models of work allocation: assigning, claiming, etc. The 'BUSY' itself can be a customisation artifact per-project or per Owner, and have multiple states within.