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

Get all Collection items #2550

Open
stuartc opened this issue Oct 7, 2024 · 0 comments · Fixed by #2569
Open

Get all Collection items #2550

stuartc opened this issue Oct 7, 2024 · 0 comments · Fixed by #2569
Assignees

Comments

@stuartc
Copy link
Member

stuartc commented Oct 7, 2024

Re: #2190

Create a Collections module that exposes a function that returns all values for a given collection name.

The result should be a stream of structs containing:

  • key : string
  • value : map

This is likely the first issue in the epic above, and so we will need some tables.

  • collections
    • name (unique)
    • belongs to project
    • timestamps
  • collection_items
    • key
    • belongs to project

Acceptance criteria

  • Migrations for Collection tables
  • A new context module
  • A function in the module that returns a stream of items
@jyeshe jyeshe self-assigned this Oct 9, 2024
@jyeshe jyeshe mentioned this issue Oct 10, 2024
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants