Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.41 KB

README.md

File metadata and controls

54 lines (35 loc) · 1.41 KB

Scrum Showdown

Remote estimations with (some) style!

Scrum Showdown is a web application to help with estimations during home office times.

Running

Online

The application can be accessed on Heroku.

Local

  1. Clone this repository
  2. npm install
  3. npm run start:dev
  4. Have fun!

Usage

As host

  1. Open Scrum Showdown in your browser
  2. Input your name ( this is how others will see you )
  3. Click 'Create'
  4. Copy the current URL
  5. Share the URL with your participants

As client

  1. If it's your first time using Scrum Showdown
    1. Open the Scrum Showdown in your browser
    2. Setup your profile
    3. Click save
  2. Open the Scrum Showdown link provided by your host

Estimations

  1. Select your value
  2. Click the '❌' to set yourself to ready
  3. Once everyone's ready, press '🃏' to request estimations
  4. If not everyone is ready, the estimation is rejected
  5. Otherwise, the results are broadcast to everyone

NOTE: Estimation result history is stored as long as the room is alive. Rooms are removed once all the participants have left.

Issues

In case you encounter anything unexpected or have some feedback about Scrum Showdown, please feel free to submit an issue.

License

See LICENSE