dillonkearns / mobster

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

Add remote working possibilities #77

Closed dev-in-disguise closed 3 years ago

dev-in-disguise commented 3 years ago

My team and I are working in a remote environment. Therefore it only makes sense to have the mobster application running on only one of our team members device which I see as pretty bad. The whole mob now has a dependency on this one person which runs the mobster application to make sure the rotations are held in place.

For our team setup I have two possible solutions in mind that would be good:

  1. Create a web version of the mobster app where you can login and see your personal mobbing session with your team
  2. Since we are using Slack an integration of the mobster app in there would be also quite nice

Would you plan to do any of those things?

dillonkearns commented 3 years ago

A VS Code or other editor plugin would be a good way to approach it, too. There's one here that I haven't tried, but looks interesting: https://marketplace.visualstudio.com/items?itemName=pluralsight.live-share-mob-timer.

I'm not planning on working on a remote syncing version, but I agree that it would be very useful!

dev-in-disguise commented 3 years ago

Oh, that's a nice way to do it as well! Unfortunately a team member of ours uses Rider as an IDE so that's not really usable for us. Thanks anyway for your reply Dillon!