-
Notifications
You must be signed in to change notification settings - Fork 570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1.5][happyconcepts] More intuitive vesting BTS stats #294
Comments
Setting this as a question until we have a bit more clarification from @svk31. Is Pending vested fees supposed to be equal to Available to Claim? If so, we should make these labels the same, if not, we need some tool tips to help users understand the difference. |
@svk31 Need help understanding this so I can offer a solution. |
Unless this is for @svk31 ... I would be happy to scope this for clarification as I dive into graphene this weekend. Looks like |
You've got it. |
@happyconcepts we are about to close out this Sprint. Will you have this complete today or tomorrow? |
@happyconcepts @wmbutler I think this issue needs more clarification, i.e. reproduction steps, and may some input from @svk31 on where the numbers come from |
Moving to @calvinfroedge since Sprint is being released tomorrow and no communication from @happyconcepts |
@wmbutler @calvinfroedge Can I stay with this one? The testnet was bugging on me so I couldn't check the worker vesting yet ... but I got it up yesterday and there is a reset tomorrow on testnet. |
I now have a few referral test accounts and I am digging into it today to see if Different data sources for Pending vested fees and Available to Claim seems appropriate as far as the user experience is concerned. Also this reference client may have been showing two cases, pulling a single vesting balance (for referrals and fees) and pulling an array of multiple balances in the cases where a user has worker pay vesting as well as fee cashbacks vesting, they can have two different vesting balances and schedule Any ideas on "Intuitive" from a UX perspective please? Of the two types of vesting schedules (coin/days and linear/cliff) it appears that only advanced users are going to experience linear vesting in action (for balances due to witness and worker amounts). Perhaps having a "basic" display and an "advanced" display is appropriate to keep the UX easier on the casual user? @robrigo what would you expect to see, for example? |
I think one helpful improvement from the current situation would be adding a hover-over tooltip that explains what each field means. i.e. what are pending fees vs. pending vested fees vs. vesting balance amounts. The discoverability of these two pages is rather low IMO, and I believe it would be better overall if all of the stats were combined into one view, instead of showing "confusing" stats on the membership view. This is all my own opinion, of course. :) |
I think this issue just wants to display the same values if they represent the same thing. Let's keep it simple. |
@wmbutler makes sense to me; let me fix this bug so it is consistent in both screens of the UI and get you a PR later today, probably missed Sigve's auto build for 9-14 though. @robrigo I like the thought; the merrier it is in the lifetime member screen, the more lifetime members there will be imo. Perhaps the Tables rework or a "feature" issue in the near future - thanks for your feedback. |
You did miss the 9/14 build. We will add this into 10/01 |
thank you @wmbutler and good morning |
I suggest that for clarity we should change the name of "Pending vested fees" to something else, primarily because these are actually instantly available cashback "fees" that are not subjected to the vesting calculations at all. Yes they are available fees, which is like vested fees, but they are not vested fees. According to the relevant graphene documentation about Pending vested fees the "Pending vested fees" on the How about "Pending Cashback Fees" or something similar? If I understand it, this data is max TTL of 2 minutes i.e. the maintenance interval so most of the time it will always show as 0. |
@svk31 did this get included in 171001? |
No, cause the PR doesn't really make things any clearer imo. |
From the documentation:
|
* Update README.md * Issue 315 - Add Chart Clamp To Settings Dropdown (#373) * Add Chart Clamp To Settings Dropdown * Removed Unused Variable Merging as is and then we'll see about handling the redraw bug in the next sprint. * More intuitive vesting stats in UI - issue #294 * pending_vested_fees->pending_immediate_fees * Fees terminology I took a stab at this. * Remove fees_pending and fees_vested text, update fee texts #294
The stats shown under the "Membership" tab are confusing to me. I would expect "Pending vested fees" to match the amount of BTS I have vesting from my referee's use of the system; instead it is 0.
On the "Vesting balances" page, there are more accurate stats. Should the stats be removed from "Membership" entirely? Can we improve the intuition of these stats and unify them under one place? Perhaps there should be two tabs, one for worker pay stats and another for referral pay stats?
The text was updated successfully, but these errors were encountered: