Add filters to stats view and support filtered aggregation #106

Merged
joelyoder merged 7 commits from codex/add-dynamic-filters-for-stats into main 2025-09-24 10:00:03 -04:00
joelyoder commented 2025-09-23 11:57:07 -04:00 (Migrated from github.com)

Summary

  • add category, base model, and model type filters to the Utilities stats card and wire them to the charts
  • fetch available base models and debounce concurrent stats requests on the frontend
  • extend the stats API to honor optional filters when aggregating counts

Testing

  • go test ./...
  • npm run build

https://chatgpt.com/codex/tasks/task_e_68d2bf950bdc8332ac598e314ed1d01d

## Summary - add category, base model, and model type filters to the Utilities stats card and wire them to the charts - fetch available base models and debounce concurrent stats requests on the frontend - extend the stats API to honor optional filters when aggregating counts ## Testing - go test ./... - npm run build ------ https://chatgpt.com/codex/tasks/task_e_68d2bf950bdc8332ac598e314ed1d01d
Sign in to join this conversation.
No description provided.