-
Notifications
You must be signed in to change notification settings - Fork 2
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
data sorting/filtering #42
Comments
Frontend PR: nervosnetwork/ckb-explorer-frontend#1243
sort=${sort_column_0}[.'asc' | .'desc'][,${sort_column_1}[.'asc' | .'desc']][,${sort_column_2}[.'asc' | .'desc']]
{
"page": 1,
"page_size": 10,
"sort": $ 'height' | 'transactions' | 'reward'
}
{
"page": 1,
"page_size": 10,
"sort": $ 'time',
"tx_type": 'outgoing' | 'incoming' | 'customised'
}
{
"page": 1,
"page_size": 10,
"sort": $ 'height' | 'capacity'
}
{
"page": 1,
"page_size": 10,
"sort": $ 'capacity' | 'time' | 'fee'
}
{
"page": 1,
"page_size": 10,
"sort": $ 'transactions' | 'addresses_count' | 'created_time'
} |
backend PR: nervosnetwork/ckb-explorer#1243 |
most of the features are done. some features are not done yet because we need to do many work/effort/db-migration, I think we can put these tasks into another iteration , if possible. backend deployed to: http://3.112.30.76:8181/ |
Close this issue as it has been merged in another PR |
PRD: https://o093j5.axshare.com/#id=gausgg&p=_42%E5%8E%9F%E5%9E%8B-%E9%A1%B5%E9%9D%A2%E5%A2%9E%E5%8A%A0%E7%AD%9B%E9%80%89%E5%92%8C%E6%8E%92%E5%BA%8F&g=1
The text was updated successfully, but these errors were encountered: