nextcloud / nextcloud/cookbook

Add collections

Open
#599 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
HTML
Stars
642
Forks
113
Avg merge
21h 31m
Merged PRs (30d)
26

Description

I'd be very happy about a feature to create custom collections, in addition to categories and tags (e.g. "my favourite recipes" collection). This would make managing many recipes much easier.

Implementing this feature should just require a new table with a 1:n. connection between collections and recipes.

Currently the only way to group recipes this "randomly" would be by bookmarking the recipes and organising the bookmarks in your browser, but that seems quite impractical.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files or tests are named. Start by examining the existing category, tag, bookmark, recipe, and database-model paths to understand how grouping is represented. Done should include custom collections with a 1:n relationship to recipes and a usable way to manage recipes within them.

Written by the indexing model from the issue text.

Assessment

Tech stack
html
Domain
database
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.