Add global stats reporting #25

Merged
wagesj45 merged 1 commit from codex/implement-report-generation-and-rendering into main 2025-07-19 00:16:22 -05:00
wagesj45 commented 2025-07-19 00:16:12 -05:00 (Migrated from github.com)

Summary

  • collect total log count, date range and domain count via new _write_stats
  • output stats JSON under output/global/stats.json
  • load stats in dashboard and show an Overview section
  • test that stats.json is created with expected fields

Testing

  • python -m venv .venv && source .venv/bin/activate && pip install -q -r requirements.txt && pip install -q pytest && python -m pytest -q

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

## Summary - collect total log count, date range and domain count via new `_write_stats` - output stats JSON under `output/global/stats.json` - load stats in dashboard and show an Overview section - test that stats.json is created with expected fields ## Testing - `python -m venv .venv && source .venv/bin/activate && pip install -q -r requirements.txt && pip install -q pytest && python -m pytest -q` ------ https://chatgpt.com/codex/tasks/task_e_687b28cebbc4832f8058fdbd187c412b
Sign in to join this conversation.
No description provided.