paideiadao / paideia-app

paideia-app.vercel.app
MIT License
5 stars 6 forks source link

Remove "Tokens earned" and "Earned tokens" from staking stats #43

Closed esot321c closed 1 year ago

esot321c commented 1 year ago

image

Can add participation list

esot321c commented 1 year ago
"participation_info": {
    "proposals_voted_on": 0,
    "total_voting_power_used": 0
}

comes from user_stake_info

Somehow display this instead

esot321c commented 1 year ago

2000 paideia bounty to add this to the front-end. The API already brings the noted data in the comment above

noob77777 commented 1 year ago

Added in frontend. values are always 0?

esot321c commented 1 year ago

image

Need to display the "staking epoch" so the user understands that that is 0 votes per epoch, not over time. Each staking epoch can give different rewards depending on participation (once we give DAOs this option, which isn't done yet).

We could also add an "all time" button that shows their accumulated activity.