Skip to content
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

[PdrDashboard] v0.3: costs, tooltips and final improvements #1422

Closed
10 tasks done
KatunaNorbert opened this issue Jul 19, 2024 · 0 comments · Fixed by #1437
Closed
10 tasks done

[PdrDashboard] v0.3: costs, tooltips and final improvements #1422

KatunaNorbert opened this issue Jul 19, 2024 · 0 comments · Fixed by #1437
Assignees
Labels
Epic Type: Enhancement New feature or request

Comments

@KatunaNorbert
Copy link
Member

KatunaNorbert commented Jul 19, 2024

Target

Add costs, tooltips and final fixes and updates to make the UX of the first page of dashboard better before moving to other pager

Super epic issue can be found here

TODO

  • rename the y-axis labels on each plot to: 1433 - Norbert
    • accuracy(%), Profit(OCEAN), Stake(OCEAN)
  • accuracy plot rescale to min 30 - 70 bounds 1433 - Norbert
    • the accuracies are mostly between this 2 values so updating the bound will eliminate the free spaces
  • show confidence interval if 1 track is shown 1434 - Mustafa
    • similar to what we have inside the simulation plots, so confidence intervals inside the accuracy plot, but only of just 1
      track is shown
  • display selected table rows as first elements 1439 - Calina
    • when fields are selected, especially on predictoors table with pre configured addresses, if they are not in between the
      first x visible rows, it’s not clear that there are any rows selected. Once something is selected sort the rows so that is
      displayed at the start
  • display gas fee costs 1438 - Norbert
    • calculate the gas fees costs by looking at the cost of 1 prediction tx cost and multiply it by an avg gas price value
    • create a new costs plot and 'rename' the current plot to ‘stakes'
    • display total costs on top along side the other
  • add tooltips 1464 - Mustafa
    • app starts to get more and more features and some of the metrics and inputs need more context and explanation
  • display number of rows from within each table 1441 - Mustafa
    • next to table name, display number of rows so we know how many predictoors and feeds are in the system
  • bug: [PdrDashboard] v03: If predictoor is selected the search on feeds is not working #1447 If predictoor is selected the search on feeds is not working
  • bug: [PdrDashboard] v0.3: Initial load of predictoor table columns does not match later renditions #1453 Predictoor table columns from startup don't match with later renditions of the same table
  • bug: Plotly can not order properly the X axis on some cases 1462 - Mustafa

UI sketch for v0.3:

Screenshot 2024-07-19 at 12 22 58
@KatunaNorbert KatunaNorbert added Type: Enhancement New feature or request Epic labels Jul 19, 2024
KatunaNorbert added a commit that referenced this issue Jul 30, 2024
…1435) (#1437)

* Fix #1433: Rename figures y axis and updated accuracy plot range (#1435)

* Fix #1441: Display number of rows for each table (#1442)

* Fix #1439: Show selected lines first in predictoor dashboard (#1443)

* Fix #1449: Issue with feed searching when predictoors selected. (#1449)

* Fix #1453: Predictoor table columns to match later renditions (#1454)

* Fix #1434: Show the confidence interval on the Accuracy plot (#1440)

* Fix #1462: The x axis is not order bug (#1463)

* Fix #1464: Add tooltips (#1465)

* Fix #1438: Calculate and display tx fee costs (#1444)

---------

Co-authored-by: Mustafa Tunçay <[email protected]>
Co-authored-by: Călina Cenan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Epic Type: Enhancement New feature or request
Projects
None yet
2 participants