Commit graph

22 commits

Author SHA1 Message Date
ngxstat-bot
6de85b7cc5 UX Phase 1 follow-ups: state v2 + reset, window defaults + support, palette support; analysis JSON generation; tests for LIMIT/metadata; README updates 2025-08-18 23:47:23 -05:00
ngxstat-bot
fab91d2e04 Phase 1 UX + JS transforms: tabs, windowing, percent/grouping, smoothing, stacked series, metadata pass-through, top_n
- Replace tabs with Recent/Trends/Distribution/Tables/Analysis and add sticky controls (interval, domain, window [default 7d], percent, group small, exclude '-' -> Uncached, smoothing toggle).

- Client-side transforms: time-window slicing, percent mode, group others (3%), per-report exclusions; stackedBar multi-series; moving average for error_rate.

- Generator: pass through optional UX metadata (windows_supported, window_default, group_others_threshold, exclude_values, top_n, stacked, palette) and enforce top_n LIMIT for table reports.

- Reports: add status_classes_timeseries and cache_status_timeseries; apply top_n=50 to heavy tables.

- Chart manager: add helpers (sliceWindow, excludeValues, toPercent, groupOthers, movingAverage).

- URL state + localStorage for context; per-tab filtering for Trends/Distribution/Tables.
2025-08-18 23:01:00 -05:00
1d4e99c69b Add multi-bucket support for tables and update reports 2025-07-19 18:19:58 -05:00
5d2546ad60 Add chart loading management 2025-07-19 18:01:26 -05:00
297c913f2a fix: destroy charts when switching tabs 2025-07-19 17:03:48 -05:00
fb753a1189 fix: destroy charts when reloading domain reports 2025-07-19 16:41:58 -05:00
669b51e03c Add report generation timing stats 2025-07-19 04:50:09 -05:00
87608ccdb9 refactor: improve report field names 2025-07-19 04:17:38 -05:00
4017b4ab72 Fix duplicate icon assignment 2025-07-19 03:58:41 -05:00
d1f3c5a9ae Hide analysis duration 2025-07-19 03:30:08 -05:00
9cf27ecb2f Add analysis tab and JSON outputs 2025-07-19 02:30:15 -05:00
315cdaf2ad Fix per-domain chart paths 2025-07-19 01:37:33 -05:00
b67266d3b3 Add tabbed interface to dashboard 2025-07-19 00:26:00 -05:00
a1102952e9 Add global stats generation 2025-07-19 00:16:11 -05:00
ab2af1015a Switch to snippet-based reports 2025-07-18 23:20:13 -05:00
44ee039ca6 Add color support for charts 2025-07-18 23:03:04 -05:00
fc07dae549 Add DataTables table chart type 2025-07-18 22:29:52 -05:00
8abd5dedac Refactor UI with dropdown selectors 2025-07-18 22:25:25 -05:00
a789fee69a Style interval and domain selectors as Bulma buttons 2025-07-18 21:51:30 -05:00
21762bf1bd Add root index generation 2025-07-18 02:46:26 -05:00
6241fd2685 Add YAML-driven report generation 2025-07-18 01:24:26 -05:00
d216433a07 Update requirements and AGENTS instructions 2025-07-17 00:17:46 -05:00