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

Adding a waitTime property to a Recipe #2164

Closed
Djyp opened this issue Mar 3, 2019 · 3 comments
Closed

Adding a waitTime property to a Recipe #2164

Djyp opened this issue Mar 3, 2019 · 3 comments

Comments

@Djyp
Copy link

Djyp commented Mar 3, 2019

I'm creating a Recipe class in a new project and I'm using the vocabulary on https://schema.org/Recipe, of course.
Looking at different recipes online and offline, I often see a "wait time". It's useful, for example, when the dish needs to cool down or when a dough needs to leaven. Of course this piece of information is in the instructions but it's not reported in a property. That would let apps, assistants and search engines have a more accurate way to tell how long it takes to make a recipe.

So why not create a new property called waitTime, usiing the Duration type ?

If not, how would you tell the wait time using the current properties ?

EDIT :

  • Description proposal : The total time needed to wait between steps, in ISO 8601 duration format.
  • I just realized this may be more useful in HowTo
@danbri
Copy link
Contributor

danbri commented Mar 8, 2019

/cc @earljwagner

@SleeplessByte
Copy link

@Djyp IIRC, we used totalTime - prepTime - (performTime | cookTime) to determine waitTime.

Listed as: "Time not prepping or cooking" (and therefore waiting/resting)

@Djyp
Copy link
Author

Djyp commented Sep 3, 2019

Apparently people are totally ok with it. I just thought adding a waitTime would be more precise 🤔
I suggest we close this issue

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

No branches or pull requests

3 participants