ux: server-side search/filter for the paginated banking lists #61
Labels
No labels
bug
enhancement
pr-split
question
security
transaction-matcher
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
momsse/octant#61
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-up to #55 (banking list pagination, PR #133).
Once
listBankAccounts/listBankTransactionsare server-paginated, the backofficeDataTable's client-sidesearchableTextwould only search the current page — silently under-reporting. #55 therefore dropped the search box on the paginated Accounts and Transactions tables (Supported banks, unpaginated, keeps it).Restore search by pushing it server-side: add an optional text/criteria filter to the list RPC payloads + query adapters (analogous to the reconciliation status filter in #52), and wire a search input on
/bankingthat passes the term through (resetting offset to 0 on change).