-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommit_message.txt
More file actions
22 lines (19 loc) · 1018 Bytes
/
Copy pathcommit_message.txt
File metadata and controls
22 lines (19 loc) · 1018 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Implement multi-layout chart system with single, split, and grid views.
Fix filter functionality and advanced filters integration
- Add advanced filters to chart data requests via sessionStorage
- Fix form submission to include advanced filters in POST payload
- Add debug logging to track filter application
- Fix duration filter ranges (2+ -> 2-4, 4+)
- Add support for individual day filters (Monday-Sunday)
- Fix excludeWeekends and excludeHolidays boolean handling
- Add missing maxSessions filter implementation
- Enhance session pattern filters with high/low frequency options
- Fix timeOfDay filter ranges and add early_morning option
- Add outlier handling filter (exclude_extreme, cap_outliers)
- Improve advanced filter application to trigger chart refresh
- Fix clearAdvancedFilters to properly refresh charts
Fixes:
- Advanced filters not being sent to backend
- Basic filters not working with some data types
- Form submission missing sessionStorage data
- Boolean filter values not handled correctly