all: imp docs

This commit is contained in:
Stanislav Chzhen 2023-12-19 20:02:31 +03:00
parent f073dc46f1
commit 67313ec7de
2 changed files with 4 additions and 3 deletions

View File

@ -33,7 +33,7 @@ NOTE: Add new changes BELOW THIS COMMENT.
### Fixed
- Statistics for `7` days displayed in days on the dashboard.
- Statistics for 7 days displayed as 168 hours on the dashboard.
- Names defined in the `/etc/hosts` for a single address family wrongly
considered undefined for another family ([#6541]).
- Omitted CNAME records in safe search results, which can cause YouTube to not

View File

@ -511,8 +511,9 @@ func (s *StatsCtx) fillCollectedStats(data *StatsResp, units []*unitDB, curID ui
// fillCollectedStatsDaily fills data with collected daily statistics. units
// must contain data for the count of days.
//
// TODO(s.chzhen): Improve collection of statistics for frontend because there
// is rounding.
// TODO(s.chzhen): Improve collection of statistics for frontend. Dashboard
// cards should contain statistics for the whole interval without rounding to
// days.
func (s *StatsCtx) fillCollectedStatsDaily(
data *StatsResp,
units []*unitDB,