fieldnotesai
    Preparing search index...
    CLIENT_FILTER_CONFIGS: FilterConfig<ClientWithCases>[] = ...

    CLIENT FILTER CONFIGS

    A centralised list of FilterConfig objects for the client list. Both the practitioner clients page and the admin manage-clients page import this so filter behaviour is consistent across both views.

    To add a new filter dimension:

    1. Add a new FilterConfig entry here.
    2. Add the corresponding UI section in ClientFilterSheet.tsx.

    ClientWithCases is used as the base type so that both screen-level local types and the global type are compatible.