-
-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Track the current goal of the mob #290
Comments
I understand the wish for having a goal that is shared among everybody. Storing shared metadata in git is not that easy. I'd suggest the following:
Does this make sense to you? |
Yeah, this sounds really great! A small addition: Maybe the timer room could even show a list of all goals of the previous ~4 hours. Similar to the list of commiters. Besides helping people get on track this could also be a nice motivation boost. "Look what we already achieved today" But maybe this should also fall under LATER ITERATIONS. I was just thinking that this might influence how the feature is implemented in the timer repository. What do you think? |
Hey @koeberlue sorry for this late response. I started working on the feature to set goals for the Mob. You can find my first implementation here. What do you think about it? |
Hey @hollesse , thanks for the work you put in. This looks great und would help us tremendously :) |
Problem description
In a normal mob session we decide on a goal before jumping into the code. This helps us keeping our focus, identify (sub)tasks to tackle later on and generally be on the same page on what we want to achieve right now.
But we regularly have people join the mob session after the goal has already been specified, e.g. when they have to attend a meeting, answer important emails first or do a nappy change on their kid). Whenever people join they either can not fully participate directly, because they do not know the current goal, or they have to interrupt the mob to ask for the goal.
Possible solution
It would be great to specify a goal when calling
mob start
, e.g.mob start 6 --goal "Add new command line parameter"
.Every subsequent
mob start
could then print the current goal, just as a reminder to everyone. Also there could be an additional command to get and set the current goal. Something like this:Additionally it would be great to see the current goal on https://timer.mob.sh as well.
The text was updated successfully, but these errors were encountered: