You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a feature that provides relevant data for the community and their members
Community Data
Members Overview:
Display the list of community members addresses.
Data fetched ?
Stake Analysis:
Show total staked tokens within the community.
Provide a leaderboard sorted in descending order based on stake amount.
Data fetched ?
Pool Power Mapping:
Map each member's governance, whether it is active or not and voting they have in all pools.
Data fetched ? -> I can get wheter they are active or not in pool, but mapping to each member governance in each pool I have to loop throw a contract read function (need more deep thinking)
Pool Data
Governance Participation:
Identify members who have activated governance participation.
Data fetched ? -> members + activated points (yes/nou) + if yess: how much they have allocated in proposals - ended or not
Compare activated vs inactivated governance
Voting Power:
Display voting power for members with activated governance, sorted in descending order.
mapping to each member governance in each pool I have to loop throw a contract read function (need more deep thinking)
Proposal Support Mapping:
Show allocation distribution per member for the proposals they support.
Proposal Support Comparison:
Visualize proposal support and conviction together in a single comparative graph.
Ended Proposal Allocation:
Show the percentage of power allocated to ended proposals.
The text was updated successfully, but these errors were encountered:
Create a feature that provides relevant data for the community and their members
Community Data
Display the list of community members addresses.
Show total staked tokens within the community.
Provide a leaderboard sorted in descending order based on stake amount.
Map each member's governance, whether it is active or not and voting they have in all pools.
Pool Data
Identify members who have activated governance participation.
Compare activated vs inactivated governance
Display voting power for members with activated governance, sorted in descending order.
Proposal Support Mapping:
Show allocation distribution per member for the proposals they support.
Proposal Support Comparison:
Visualize proposal support and conviction together in a single comparative graph.
Ended Proposal Allocation:
Show the percentage of power allocated to ended proposals.
The text was updated successfully, but these errors were encountered: