-
Notifications
You must be signed in to change notification settings - Fork 25
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
[analytics, predictoor_v0.1] Create basic dashboard for Predictoors #1325
Labels
Type: Enhancement
New feature or request
Comments
4 tasks
I'm wondering if all these dashboards should be merged at some point. I am counting:
Is there no logical overlap that warrants unification. between some of these? |
KatunaNorbert
changed the title
[analytics, predictoor] Create basic dashboard for Predictoors
[analytics, predictoor_v0.1] Create basic dashboard for Predictoors
Jul 2, 2024
I don't see much overlapping between this, maybe something between predictoor dashboard and sim dashboard |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Target
Create a simple analytics dashboard for predictoors using the chain data from the lake
Super epic issue can be found here
UI should follow the layout from here
To do:
Create basic empty dash app that could be started from command line and opens a browser window
Display all the feeds and predictoor addresses, enable selection, and store them in state
Display following charts for a given list of feeds and predictoor addresses:
Profit ( staked amount - payout amount)
Accuracy ( how accuracy evolved over the time, similar to what we have in simulations )
Costs( staked amount )
Write tests for used functions and dash elements
Update readme
As source data for charts use
payouts table
The text was updated successfully, but these errors were encountered: