Projects
Planer dyżurów
My partner had a problem, I could code a solution. What’s not to love?
This was a fun side project that allowed me to play with using the web as an ultimate deployment platform for simple, focused applications.
Problem description: my partners work team had to plan an on-call schedule each month and it was done by hand. I don’t know if you ever tried to do something like this but it get’s very old, very quickly. Getting availabilty from the team is a chore and you have to nag people about it and after all that you still have to create a schedule that takes all the requests into consideration. You can also expect last minute changes in availability.
This is a specific, limited version of a Nurse scheduling problem. There is a multitude of software that already does this, e.g. OptaPlanner but I figured I could give it a try and propose my own solution.
While far from perfect and I want to revisit it someday, I think it turned out pretty well. You can see the results here.
Tech used
- JavaScript
- CSS
- HTML