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
I'd like to implement a date query control that looks like this:
I stole it from GitHub, but it's perfect. There could be a year scroller at the top. The user could click on the month names to get a filtered view by month, or click on a day to get a daily view. It could color by the number of transactions in a given day.
Also -- if you go to the user summary for GitHub they have a graph that looks like this:
This could break down on Event Type or Function Type. Transfer,Vote,Mint,Proposal as many things as we like.
Both of these should be super easy given that we now have such excellent control of the data.
The text was updated successfully, but these errors were encountered:
The list of event/function types in the above could be customizable by the end user (because each end user has their own unique set of functions they participate in.
I'd like to implement a date query control that looks like this:
I stole it from GitHub, but it's perfect. There could be a year scroller at the top. The user could click on the month names to get a filtered view by month, or click on a day to get a daily view. It could color by the number of transactions in a given day.
Also -- if you go to the user summary for GitHub they have a graph that looks like this:
This could break down on Event Type or Function Type. Transfer,Vote,Mint,Proposal as many things as we like.
Both of these should be super easy given that we now have such excellent control of the data.
The text was updated successfully, but these errors were encountered: