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

MVP of Generic DNA #1

Open
mattyg opened this issue Oct 31, 2024 · 0 comments
Open

MVP of Generic DNA #1

mattyg opened this issue Oct 31, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mattyg
Copy link
Collaborator

mattyg commented Oct 31, 2024

AC

  • A single entry type for storing arbitrary JSON data
  • This entry type has CRUD functionality implemented by https://docs.rs/hc_crud_caps/latest/hc_crud/
  • A single link type for linking from an anchor to the entry type
  • An extern zome function that adds an entity to a collection
    • the collection is specified by a string
    • the collection string is used as the link base anchor
  • An extern zome function that removes an entity from a collection.
@mattyg mattyg added the enhancement New feature or request label Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant