employee-scheduling | employee scheduling application that makes employee | Job Scheduling library
kandi X-RAY | employee-scheduling Summary
kandi X-RAY | employee-scheduling Summary
An employee scheduling application that makes employee scheduling and management easy, fast and mobile.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of employee-scheduling
employee-scheduling Key Features
employee-scheduling Examples and Code Snippets
Community Discussions
Trending Discussions on employee-scheduling
QUESTION
I'm hoping to create a distribution that displays the times an employee is available to work. Similar to this figure, which is found at this link staff distribution.
To achieve this, I've created the staff_availability_df
that contains the number of employees to pick from, which is found in the ['Person']
column. The min - max
hours they can work, how much they get paid are labelled as such. The available times they can work are separated into hours ['Availability_Hr']
, which represents the times they can work expressed in hours. So the first person is '8-18'
, which is 8:00:00am - 18:00:00pm
. The ['Availability_15min_Seg']
is essentially the same but hours are split up into 4 segments. So the first person is '1-41'
, which is again 8:00:00am - 18:00:00pm
.
Note: The standard shift operates between 8:00:00am - 3:30:00am
, so approx 20 hours.
The staff_requirements_df
displays the Time
throughout the shift and the required People
I need.
ANSWER
Answered 2019-Apr-05 at 03:45From the top of my head, a greedy algorithm could work. Pick an option that increases your optimization function the most etc; if no options available for the next step, backtrack and pick the next best option, etc.
As explained on the link, how optimal the found solution would be depends highly on the kind of the optimization function.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install employee-scheduling
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page