This should wait until the organization settings have progressed a bit further. But here's the general idea:
- a user pins their organization settings to a provider (say aragon association node)
- a user elects to change their org ipfs provider
- behind the scenes, we find the cid associated with the org settings,
dag.get the organization settings from the old ipfs provider, save the object in memory, switch to the new provider, and repin the org settings there.
Some challenges:
we need to make sure the cid that comes back is the same
This should wait until the organization settings have progressed a bit further. But here's the general idea:
dag.getthe organization settings from the old ipfs provider, save the object in memory, switch to the new provider, and repin the org settings there.Some challenges:
we need to make sure the
cidthat comes back is the same