Skip to content

TheDome/DistributionZ

Repository files navigation

DistrobutionZ

Test and publish

DistributionZ is a utility to easily distribute employees across shifts assigned.

Screenshots

Main frame

Usage

Install DistributionZ from the Releases page

  • Add your Employees, desired shifts, employee count per shift and days where the employees are blocked.

  • Go to distribution and select the timeline where to distribute and a distributor.

Distributors

This utility provides a pluggable distributor system. If you desire to use another distributor, simply create a class.

RandomDistributor

The RandomsDistributor will distribute every employee at random. However if the employee is blocked on that day, he will not be used.