owenvoke / owenvoke/keep

Add support for official collections

Open
#108 0 comments 0 reactions 1 assignee View on GitHub

@owenvoke is already working on this.

Since May 16, 2026.

type: discussion
Dominant language
PHP
Stars
0
Forks
0
Avg merge
2d 9h
Merged PRs (30d)
4

Description

Description

It would make sense to have official collections that can be synchronised from upstream.

Possible implementation

This would involve:

  • Making the user_id nullable
  • Adding synchronisation support from the API (perhaps with a flag)
  • Handle null-safe collection users (show an "Official" badge)

This would also need to have collections upstream, suggesting the format:

[
  {
    "id": "...",
    "name": "Collection Name",
    "description": "...",
    "keeps": [
      "uuid-1..."
    ]
  }
]

Having thought about this more, it would likely be better as a idempotent seeder as collections are Keep-specific.

Other considerations
  • It could also be good to have a "Clone" functionality, where you can clone official collections

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.