sunshine-protocol / sunshine

Governance + Bounty Platform
Other
43 stars 16 forks source link

take constitution governance out of org and put in own module #134

Open 4meta5 opened 4 years ago

4meta5 commented 4 years ago

called meta

it will also have a map to register vote thresholds for setting defaults for org governance in other modules

map DefaultId => Option<VoteThreshold>

and simplify org

org becomes a weighted-membership module; the parent - child org relationship should be expressed as a set in the runtime instead of fields within the OrganizationState struct

double_map (OrgId, OrgId) => Option<()>