• kyx236's avatar
    feat(admin): Add group filtering for account listings · fe1d46a8
    kyx236 authored
    - Add groupID parameter to ListAccounts and ListWithFilters methods
    - Implement account filtering by group ID in repository query
    - Add group query parameter parsing in account handler
    - Update all ListAccounts/ListWithFilters call sites with groupID parameter
    - Add group filter UI component to AccountTableFilters
    - Add i18n translations for group filter label in English and Chinese
    - Update API contract and test stubs to reflect new signature
    - Enable filtering accounts by their assigned groups in admin panel
    fe1d46a8
api_contract_test.go 55.6 KB