encointer / encointer-parachain

The common good parachain for Kusama
https://encointer.org
GNU General Public License v3.0
9 stars 13 forks source link

make governance more visible #146

Open brenzi opened 2 years ago

brenzi commented 2 years ago

Currently, Encointer governance by council is entirely transparent, but barely visible.

While we use the collective pallet, we do not use democracy, which leads to standard frontend misinterpretation of what we can do.

Therefore, js/apps shows no motions under "governance". neither does subscan.

So, one has to query collective.voting storage in order to follow council activity. This should be imporved if we want our communities to follow and understand governance.

I'm not sure if it is worth using polkassembly or subsquare because they assume standard democracy V1 pallets and will eventually support gov2. But they most certainly won't support encointer's subsidiary democracy

So we may need to offer our own frontend in the first place. maybe integrated into explorer?