Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
aisbf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexlab
aisbf
Commits
f7720492
Commit
f7720492
authored
Apr 19, 2026
by
Your Name
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update CHANGES.md with analytics filter fixes
parent
a9073a8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
CHANGES.md
CHANGES.md
+13
-1
No files found.
CHANGES.md
View file @
f7720492
...
...
@@ -49,6 +49,15 @@
-
Fixed graph title to dynamically show selected time range
-
**Files Modified**
:
`templates/dashboard/analytics.html`
,
`main.py`
,
`aisbf/analytics.py`
### 9. Analytics Filters Not Applied to All Sections
-
**Problem**
: Cost overview, model performance, and recommendations ignored time range filters
-
**Solution**
:
-
Added
`from_datetime`
and
`to_datetime`
parameters to
`get_model_performance()`
-
Added
`from_datetime`
and
`to_datetime`
parameters to
`get_optimization_recommendations()`
-
Model performance now uses date-filtered provider stats
-
All analytics sections now respect the selected time range
-
**Files Modified**
:
`aisbf/analytics.py`
,
`main.py`
## New Features
### Enhanced Debug Logging
...
...
@@ -70,7 +79,7 @@ Analytics page now supports:
-
Last 90 Days
-
Custom Range (with date/time pickers)
Graph title
dynamically updates to show
selected range.
Graph title
and all analytics sections dynamically update based on
selected range.
## Backwards Compatibility
...
...
@@ -96,3 +105,6 @@ Updated version to `0.99.33` in:
5.
Verify database migrations work on live MySQL instances
6.
Test all existing providers (kiro-cli, claude, qwen, codex, kilo)
7.
Verify graph title updates correctly for each time range selection
8.
Confirm model performance shows data for selected time range
9.
Verify cost overview reflects selected time period
10.
Check that recommendations are based on filtered time range data
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment