Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resource priority #145

Open
ffalcolini opened this issue Apr 25, 2024 · 2 comments
Open

Resource priority #145

ffalcolini opened this issue Apr 25, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@ffalcolini
Copy link

Is it possible to set a priority for resource allocation? For example: for task 1 first assign resource R1; if R1 is not available then assign R2; if not even R2 is available, then R3

Best regards and thank you for this wonderful project

@tpaviot tpaviot added the enhancement New feature or request label Apr 26, 2024
@tpaviot
Copy link
Owner

tpaviot commented Apr 26, 2024

@ffalcolini it's not possible so far. I have to think about how it could be achieved, certainly running a kind of optimization to minimize/maximize an objective based on these priorities.

@ffalcolini
Copy link
Author

Thank you for your reply, you are really kind. Actually my use case is even more complicated. Tasks should be assigned based on the resource's experience on the specific task: those who have already done the task many times should be assigned first; otherwise, a resource with less experience could also be chosen (there are very clear rules that would allow two classes of resource to be identified for each task: with a lot of experience and with less experience).
Perhaps you could use a metric to measure the experience of the resource with respect to the task and then look for solutions to maximize the overall experience with optimization. A bit like what has already been done for the cost and productivity of the resource. But in this case there would be an additional complication: the metric would have to change depending on the task.
Congratulations again for the project.
Any of your suggestions to resolve my case are valuable and much appreciated.
Best regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants