pluralsight / mob-timer

A mob programming application
Apache License 2.0
65 stars 26 forks source link

Allow the escalation timer to be configurable #3

Closed joejag closed 8 years ago

joejag commented 8 years ago

It'd be good if the timer escalation feature was configurable. The culture in the mobs where I am is that you leave when the timer finishes, rather than be given a 30 second grace period to move over.

I've had an attempt at this over at https://github.com/joejag/mob-timer

I'd be happy to add this feature myself if it would be welcome?

It looks like the internal model of this project is being changed at the moment to pull out domain concepts like the mobbers.js. I suppose it's best to hold off making a PR until that work is finished?

matt-github-acct commented 8 years ago

@joejag We are in the throws of restructuring and enhancing the mob timer. We don't plan on it taking very long, but for the moment I'd hold off on the PR.

joejag commented 8 years ago

Hi @mattcbaker, that's great. I'll hold off for now.

matt-github-acct commented 8 years ago

@joejag the ability to configure time escalation has been introduced with commit https://github.com/pluralsight/mob-timer/commit/06ca41a940ccbe6eac1ccab2a323575b87845f91

joejag commented 8 years ago

Thanks @mattcbaker