Questions tagged [optaweb-employee-rostering]
23 questions
2
votes
2 answers
OpenShift: Java maven build "Generic Build failure" but log shows no error
I am building a maven project on OpenShift Dedicated with S2I, but the build fails with a "Generic Build failure - check logs for details."
However, the build log shows no error.
Why is this build failing?

Geoffrey De Smet
- 26,223
- 11
- 73
- 120
1
vote
1 answer
How to specify a shift pattern in OptaPlanner
Using the employee roster example found here, I am trying to setup another constraint/rule that would to try to assign employees to shifts based on some shift pattern (Let's assume this is fixed).
E.g.
For the Spot/zone Airport, we have a day shift…

Terblanche Daniel
- 1,169
- 2
- 12
- 18
1
vote
1 answer
Does optaweb-employee-rostering support mssql
I'm just wondering if the app supports mssql. I found datasource configuration for H2 and PostgreSQL but non for other datasources supported by Quarkus.

Ivan T
- 11
- 2
1
vote
1 answer
What is difference between Shift and ShiftTemplate in employee rostering. What is the purpose of these two becasue these are almost same
I was reading code in GitHub and i was not able to understand the difference between Shift.java and ShiftTemplate.java class. These classes contain almost the same fields then what is the purpose behind creating these two classes.

Daksh
- 23
- 1
- 4
1
vote
1 answer
Optaplanner employee rostering
I have installed openshift version of Employee Roster demo. I am using Call center example from UI. In "Spot Roster" tab when i mark certain spots as unassigned and click on "Solve" button, I see Optaplanner starts optimizing and see score for soft…

ajd
- 121
- 1
- 4
- 11
1
vote
1 answer
Errors compiling Optashift out-of-the-box?
I just tried to install Optashift, and got a problem compiling it straight out of the box:
I get this error:
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Employee Rostering as…

Ptolomeo XII
- 107
- 1
- 9
1
vote
0 answers
Optashift versus Optaplanner differences?
I want to use Optashift/Optaplanner for myself.
I see they're similar, but different. Correct me if I'm wrong:
The solution search algorithm is the same in both on them.
However, Optaplanner is Java GUI based and Optashift is web based.
Optashift…

Ptolomeo XII
- 107
- 1
- 9
1
vote
1 answer
optashift-employee-rostering build fails on openshift
Trying to build the optashift-employee-rostering project
I followed the instructions in the readme file to build the app from this repo, but it fails every time. When I try it locally on my Windows 10 with Docker and the "oc.exe" tool, it simply…

Artemious
- 1,980
- 1
- 20
- 31
0
votes
0 answers
How to change constraints in optaplanner?
I have this constraint
Constraint noOverlappingShifts(ConstraintFactory constraintFactory) {
return constraintFactory.forEachUniquePair(Shift.class,
equal(Shift::getEmployee),
…

Ubaid Ghante
- 3
- 2
0
votes
2 answers
Optaplanner should consider only positive scores
I have a use case where I want to assign a salesperson to a list of appointments. Now, these salespeople have to travel from one point to another to reach the appointment location. I am using Optaplanner to schedule a list of salespersons for a…

user101
- 139
- 10
0
votes
1 answer
Optaplanner assigning incorrect planning entity during planning
I have a use case where I want to assign a salesperson to a list of appointments. Now, these salespeople have to travel from one point to another to reach the appointment location. I am using Optaplanner to schedule a list of salesperson to a bunch…

user101
- 139
- 10
0
votes
1 answer
Sort list based on time in Optaplanner constraint
I have a use case where I want to assign a salesperson to a list of appointments. Now, these salespeople have to travel from one point to another to reach the appointment location.
I am using Optaplanner to schedule a list of salesperson to a bunch…

user101
- 139
- 10
0
votes
1 answer
Is it possible to host OptaWeb on IIS
I'm quite new when it comes to anything open-source. While I was able to successfully run OptaWeb by following the user guide, is there a way to implement/host OptaWeb on IIS? How?

Ivan T
- 11
- 2
0
votes
1 answer
Ready to use implementation for employee rostering
I'm a resident doctor and I stumbled upon the OptaPlanner documentation.
It would be very useful to have a ready to use app which would facilitate rostering for multiple people in the various services my department is managing. I found OptaWeb but…

devster
- 91
- 1
- 3
- 11
0
votes
1 answer
Optaplanner: how to resize NurseRosteringPanel column?
how can I change the column width of the NurseRosteringPanel?
My panel looks like this and I want to resize it.
Thanks
Gian

Gica
- 11
- 3