Filter by Category, Difficulty or Time
Great application, congrats!
Sometimes i want to cook but i don't know what to cook, i just know that i want something quick and easy. This is where adding a this features would come really handy!
Difficulty
- Low
- Medium
- High
Time
- <10 min
- 10 - 30 min
- > 30 min
- Custom range
We might use the https://schema.org/educationalLevel in combination with https://schema.org/DefinedTerm for the difficulty.
{
"@context": "https://schema.org",
"@type": "Recipe",
"name": "Example Recipe",
"educationalLevel": {
"@type": "DefinedTerm",
"name": "Easy"
}
}
Should we define which values for educationalLevels are allowed? E.g., as @tifDev proposed three levels like Easy, Medium, Hard or Low, Medium, High. Or a more fine-grained approach like a number from 1 to 5?
@tifDev When you say you want to filter for time, what property are you referring to? I'd expect the totalTime to be the most useful.