RestComm / Restcomm-Connect

The Open Source Cloud Communications Platform
http://www.restcomm.com/
GNU Affero General Public License v3.0
240 stars 214 forks source link

Provide sorting in the backend for Calls Endpoint #2976

Closed atsakiridis closed 6 years ago

atsakiridis commented 6 years ago

Currently we only support client side sorting by date by using the Reverse=true/false parameter. The server only does paging. Let’s add support for sorting in the server side and also support for sorting by all currently displayed fields: From,To, Direction, Status, Duration, Price so the UX is generic. Also, remember to maintain default of sort date in descending order.