dao-templates icon indicating copy to clipboard operation
dao-templates copied to clipboard

Creating subgraph

Open daviddavo opened this issue 2 years ago • 0 comments

I think it would be a good idea to create a subgraph (or to modify the existing ones from aragon/connect) to get the info of the template used to create a DAO.

  • [ ] Creating a Template entity
    • [ ] id: The address of the template
    • [ ] address: Same as id, but in bytes format
    • [ ] ens: String with the template name like "company-template.aragonpm.eth" or "membership-template.aragonpm.eth"
    • [ ] organizations: List of organizations created with that template
  • [ ] Each DAO should have an attribute template of type Template, derived from the Template entity

The name of the DAO could be extracted as well using the _id input data of newTokenAndInstance

daviddavo avatar Apr 06 '22 07:04 daviddavo