#368 — Adjust list of sort-able columns in static widgets

Repo: Twill-AI/facade State: closed | Status: done Assignee: nadddder, sparsh-twillpayments

Created: 2025-06-11 · Updated: 2025-06-25

Description

Currently we allow sorting on all columns, in static widgets of transactions, paymentLinks, batches, and payouts.

There are some columns that are indexed and would be easier to query on:

  • List down all columns for each of the tables that should be indexed
  • Update schema on facade to allow only selected columns for ordering.

Current state of indexed and sorted columns can be found here: https://twillpayments.atlassian.net/wiki/spaces/TD/pages/381911045/Index+s+for+Static+Widgets

Notes

Add implementation notes, blockers, and context here

Add wikilinks to related people, meetings, or other tickets