JoinColony / colonyCDapp

An iteration of the Colony Dapp sporting both a fully decentralized operating mode, as well as a mode enhanced by a metadata caching layer
5 stars 14 forks source link

[Proxy colonies M1] feat: implement saga to add proxy colony via permissions #3409

Open bassgeta opened 1 month ago

bassgeta commented 1 month ago

Specification

Story

As a user moderating a colony, I want to be able to add a new proxy colony on a supported chain.

Description

NOTE: In order for this to work properly, we need #3768 done first. The proxy colony isn't truly deployed until that event is emitted on the proxy chain. We need to create a temporary UI which call the saga that will create a proxy colony and create a transactions. The block ingestor needs to pick that up when it's created and save it in the database. Additionally since this is an action, we need to implement a new action type ADD_PROXY_COLONY and create an entry in the database.

Implementation

This issue is complete when...

rdig commented 12 hours ago

@bassgeta can you add a rough estimate for this ?