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

New needed fields #13

Open
Jimmi08 opened this issue Aug 7, 2022 · 2 comments
Open

New needed fields #13

Jimmi08 opened this issue Aug 7, 2022 · 2 comments
Labels
type: enhancement New feature or request
Milestone

Comments

@Jimmi08
Copy link
Contributor

Jimmi08 commented Aug 7, 2022

Motivation

*** just discussion ***

  • recipe author as text
  • poster - if community site, and author is user, then user ID - who posted recipe
  • preparation time - now is there total time, but interesting fact is active time too
@Jimmi08 Jimmi08 added the type: enhancement New feature or request label Aug 7, 2022
@Moc Moc added this to the 1.0.0 milestone Aug 15, 2022
Moc added a commit that referenced this issue Jan 11, 2025
Added active time option for recipe.

Note: In the database new columns will be created for r_totaltime and r_activetime. You may want to delete the newly created r_totaltime and rename the old r_time to r_totaltime. This way, you preserve the existing data.

Also, be sure to update the templates!
@Moc
Copy link
Owner

Moc commented Jan 11, 2025

I've added active time as an option.

Notes:

  • A database update needs to run
  • In the database new columns will be created for r_totaltime and r_activetime. You may want to delete the newly created r_totaltime and rename the old r_time to r_totaltime. This way, you preserve the existing data.
  • Also, be sure to update the templates! {COOKBOOK_RECIPE_TIME} is now {COOKBOOK_RECIPE_TOTALTIME}

@Moc
Copy link
Owner

Moc commented Jan 11, 2025

@Jimmi08 I agree with your discussion about author vs poster.

I am thinking about adding a new (text)field for 'original author', so people can add it this as "extra information" and keep 'author' the user ID who posted.

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

No branches or pull requests

2 participants