Skip to content
#

mob-programming

Here are 32 public repositories matching this topic...

mob
mrozbarry
mrozbarry commented Oct 17, 2020

To know if the timer is loading:

  • If the server indicates you are the timer owner, then loading is done (ie there is no data from any other user)
  • If the server indicates you are not the timer owner, then...
    • Wait for mob list (may be empty)
    • Wait for goal list (may be empty)
    • Wait for timer setttings
    • Loading is done

Having a hyperapp action that indicates that

rkotze
rkotze commented Apr 15, 2020

Summary

Providing a view of the latest 10 commit messages will help provide at glance information useful for the next commit. e.g. a commit code or context of what was finished.

Can be part of the Git Mob list in SCM view as the first item above the author.

Motivation

Help the committer have information about the latest commit with no effort.

Improve this page

Add a description, image, and links to the mob-programming topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mob-programming topic, visit your repo's landing page and select "manage topics."

Learn more