You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating task you may want to create a task that requires either multiple skills or any of the required skills
This is a basic AND/OR logic of how to handle Skill requirements
IDEA: make this configurable in any task so people can choose TO EXECUTE: you need "Any of the following skills" or "All of the following skills.
Example AND
Task involves leveraging two skills: e.g. Cooking and Cleaning for the task of Preparing food for people in need but also to be able to clean after cooking. - You will choose AND evaluation.
Example OR
Task can be done by different approaches (aka different skills). Let's say you are supposed to deliver some materials to multiple locations. You can do it by Car or on a Bike as they are not that heavy. But walking would be too slow.
You will choose OR evaluation as you can leverage Driving or Bike riding skill.
The text was updated successfully, but these errors were encountered:
Use case
Example AND
Task involves leveraging two skills: e.g. Cooking and Cleaning for the task of Preparing food for people in need but also to be able to clean after cooking. - You will choose AND evaluation.
Example OR
Task can be done by different approaches (aka different skills). Let's say you are supposed to deliver some materials to multiple locations. You can do it by Car or on a Bike as they are not that heavy. But walking would be too slow.
You will choose OR evaluation as you can leverage Driving or Bike riding skill.
The text was updated successfully, but these errors were encountered: