We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
value
This is likely the first issue in the epic above, and so we will need some tables.
collections
name
project
collection_items
The text was updated successfully, but these errors were encountered:
jyeshe
Successfully merging a pull request may close this issue.
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
: stringvalue
: mapThis is likely the first issue in the epic above, and so we will need some tables.
collections
name
(unique)project
collection_items
key
project
Acceptance criteria
The text was updated successfully, but these errors were encountered: