Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Feb 4, 2025
1 parent d42014b commit 657e901
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/analytics/99-internals/03-todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@ title: Current To-do List

## Bugs

* Max and min values do not consider `HasQueryBuilderModifier`
* Canonicalize grouping column ordering (use alphabetical order?), avoid relying
on undefined reflection ordering.
* Improve `QueryResult` API for consumer usage.
* Interval objects do not start and end at the proper time.
* Not all interval objects start and end at the proper time.

## Missing Features

* Metadata caching
* Disable refresh event dispatching in manual refresh
* Support for MS SQL Server
* Configurable event timing (`RefreshClassPropertiesResolver`)
* Allow customized generation of dirty flag (see `DirtyFlagGenerator`)
Expand All @@ -23,6 +19,7 @@ title: Current To-do List
* Binning value resolver
* Measure using getter (example: `getAverage()` that gets its value from
`$this->sum / $this->count`)
* Subtotals

## Limitations

Expand Down

0 comments on commit 657e901

Please sign in to comment.