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

Practical guide to app architecture #480

Closed
mattyg opened this issue Oct 14, 2024 · 2 comments
Closed

Practical guide to app architecture #480

mattyg opened this issue Oct 14, 2024 · 2 comments

Comments

@mattyg
Copy link
Member

mattyg commented Oct 14, 2024

Must include:

  • code examples
  • practical, terse explanation of how to use
  • gotchas

Topics to cover:

  • Composing zomes and DNAs into an app
    • DNA and app manifest formats
    • Coordinator swapping
    • cell provisioning strategies
      • Create -- always create a new cell
      • UseExisting -- requires existing cell under same key derivation tree (not implemented?)
      • CreateIfNotExists -- try UseExisting followed by Create (not implemented?)
      • CloneOnly -- defer instantiation until first clone. How is this different from Create with deferred and no effective instantiation?
    • Common flags
      • deferred -- don't create one until asked (not implemented? how do you ask?)
      • clone_limit -- how many clones can be created?
@mattyg mattyg added this to Holochain Oct 14, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Holochain Oct 14, 2024
@mattyg mattyg changed the title Practicle guide to app architecture Practical guide to app architecture Oct 14, 2024
@pdaoust pdaoust moved this from Backlog to Ready in Holochain Nov 14, 2024
@pdaoust
Copy link
Collaborator

pdaoust commented Nov 19, 2024

Broken out into #488, #489, and #490 [EDIT: and #508 and #510].

@pdaoust
Copy link
Collaborator

pdaoust commented Nov 19, 2024

Closing now that it's broken into story-sized chunks.

@pdaoust pdaoust closed this as completed Nov 19, 2024
@github-project-automation github-project-automation bot moved this from Ready to Done in Holochain Nov 19, 2024
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

No branches or pull requests

2 participants