Enable multi-column table reports #50

Merged
wagesj45 merged 1 commit from codex/add-domain-grouping-to-reports into main 2025-07-19 18:20:08 -05:00
wagesj45 commented 2025-07-19 18:19:59 -05:00 (Migrated from github.com)

Summary

  • allow report definitions to specify multiple buckets
  • render DataTables with multiple columns
  • include domain information in "top paths", "user agents" and "referrers" reports
  • add regression test for multi-column reports

Testing

  • black -q tests/test_reports.py scripts/generate_reports.py
  • pytest -q

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

## Summary - allow report definitions to specify multiple `buckets` - render DataTables with multiple columns - include domain information in "top paths", "user agents" and "referrers" reports - add regression test for multi-column reports ## Testing - `black -q tests/test_reports.py scripts/generate_reports.py` - `pytest -q` ------ https://chatgpt.com/codex/tasks/task_e_687c2645cf44832f81d3ebe37919c992
Sign in to join this conversation.
No description provided.