Client: Show information about the organization in the UI

Created on 19 Apr 2018  路  3Comments  路  Source: aragon/client

Maybe in the Settings app?

For example:

  • Democracy org or multisig?
  • If multisig org then show how many signatures are needed
enhancement request

Most helpful comment

It's quite hard to know for sure if an org is a democracy or multisig org. The voting app "kind of" shows how many signatures are needed via quorum and acceptance percentages, but it's far from ideal.

All 3 comments

It's quite hard to know for sure if an org is a democracy or multisig org. The voting app "kind of" shows how many signatures are needed via quorum and acceptance percentages, but it's far from ideal.

Could we use the difference in intializing the TokenManager?

        tokenManager.initialize(token, _maxTokens > 1, _maxTokens, true);

For a MultiSig, transferable will be false and maxAccountTokens will be 1, while for Democracy those values will be true and 2^256-1, right?

@bingen I like this, we can show some more information in the Settings app. If the org has more than one token manager, then we can say something else, e.g. "Complex", and mark down one of the token managers as managing a multsig.

Was this page helpful?
0 / 5 - 0 ratings