stoft / mobbur

Mob Programming Timer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mobbur

Heroku

A Proof-of-Concept mob programming timer web app built using Elixir/Phoenix and Elm.

Highly inspired by the Agility Timer.

Esthetics may suck.

Working example here: https://mobbur.herokuapp.com/

Principles

  • Should not replace real communication

Functionality / Roadmap

  • Editable countdown timer
  • Editable team name
  • Editable team members
    • Removable
  • Auto-restart of timer (configurable)
  • Countdown to timer restart (configurable)
  • Active team member (incl. auto-rotation)
  • Fast forward active team member
  • Shows number of teams online (globe)
  • Even nicer UX

Running Mobbur

To start Mobbur:

  • Install dependencies with mix deps.get
  • Install Node.js dependencies with npm install
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

About

Mob Programming Timer

License:GNU General Public License v3.0


Languages

Language:Elm 55.8%Language:Elixir 30.8%Language:JavaScript 9.3%Language:HTML 2.4%Language:CSS 1.6%