Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

Support Multi-(multi-zome-)DNA Applets #57

Closed
weswalla opened this issue Aug 25, 2023 · 1 comment
Closed

Support Multi-(multi-zome-)DNA Applets #57

weswalla opened this issue Aug 25, 2023 · 1 comment

Comments

@weswalla
Copy link
Collaborator

weswalla commented Aug 25, 2023

Given the generic applet webhapp bundle architecture:
image

We need the representation of an applet happ to sufficiently map resources to where they exists (path: dna/zome/entry). Since these dnas are bundled as a happ, we can reference them using their respective roleIds.

Such proposed changes would affect:

  • applet config

the resource_def key in the object would change from a ConfigResourceDef[] to something more like:

{
    [roleName: string]: {
        [zomeName: string]: ConfigResourceDef
    }
}
@pospi
Copy link
Contributor

pospi commented Sep 5, 2023

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants