Skip to content

Forward-Lang/Scrum-Doesnt-Work

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scrum Doesn't Work Simulation Binder

This repository simulates how Scrum doesn't always work in a real-world scenario, where tasks are randomly blocked, workers may be unavailable due to sick leave or vacation, and the priority queue may not be efficiently processed.

Files

  • backlog_simulation.ipynb: A Jupyter notebook containing the simulation code.

How to Run

Locally:

  1. Clone this repository.
  2. Open and run backlog_simulation.ipynb in a Jupyter notebook.

You can also use Binder to run this notebook.

Key Concepts Simulated

  • Backlog Items: Tasks with different priorities and "blocked" statuses.
  • Workers: Simulated by multiple threads randomly picking tasks.
  • Random Absence: Workers may "disappear" randomly to simulate sick leave or vacation.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks