nextcloud / nextcloud/cookbook
Support cuisine information
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 641
- Forks
- 113
- Avg merge
- 21h 31m
- Merged PRs (30d)
- 26
Description
The cuisine information is present in the standard, I know but is currently not supported by the app. This can be implemented in the app.
Originally posted by @christianlupus in https://github.com/nextcloud/cookbook/issues/1235#issuecomment-1265032001
The recipeCuisine is a text property of the schema.org standard but currently not supported by this app. When adding support for this new property several things should be considered:
- Adding/Editing the
cuisineproperty of a recipe in the editor - displaying the
cuisinein the full recipe view - Should the information be displayed in the recipe list?
- Should there be a possibility to filter recipes by
cuisine? - Should there be the possibility to rename
cuisines?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the recipe editor and full recipe view, then trace how recipes are represented in the recipe list. Define the scope for displaying, filtering, and renaming cuisine values, and confirm the schema.org recipeCuisine mapping. Done means cuisine can be added or edited and the agreed list, filter, and rename behavior is implemented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- full-stack
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100