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
Request Invoicing: Invoice Dashboard supports sorting. After adding pagination to reduce load time, it only sorts the current page but users expect a global sort of all pages.
Proposed Solution
We must add sorting to the Request Network SDK to support a global sort.
The text was updated successfully, but these errors were encountered:
MantisClone
changed the title
Add sorting to fromIdentity(), fromTopic(), and fromMultipleTopics()
Add sorting and filtering to fromIdentity(), fromTopic(), and fromMultipleTopics()
Feb 4, 2025
We decided to take a different approach in Request Invoicing which eliminates the need for sorting and filtering in the Request Network SDK. Thus, this issue is closed as not planned.
In the short term, we'll remove pagination from Request Invoicing (while keeping caching).
In the medium-to-long term, we'll add UI elements that make the decryption experience smoother like error toasts that explain why filtering and sorting are not yet available (if not all requests have been decrypted yet).
Problem
Request Invoicing: Invoice Dashboard supports sorting. After adding pagination to reduce load time, it only sorts the current page but users expect a global sort of all pages.
Proposed Solution
We must add sorting to the Request Network SDK to support a global sort.
The text was updated successfully, but these errors were encountered: