Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.16 KB

roadmap.md

File metadata and controls

29 lines (19 loc) · 1.16 KB

Ngx-Matomo

Matomo (fka. Piwik) client for Angular applications


← return to documentation

Roadmap

Described features are classified either as short term on long term. Short term features are likely to be released in the next weeks, whereas long term features are expected to arrive in a little more weeks/months.

Don't hesitate to post issues and suggest pull requests!

@ngx-matomo/tracker

  • short term: add consent-related methods to MatomoTracker service
  • short term: add content-tracking helpers (components, directives...) to ease content impressions/interactions tracking
  • long term: split MatomoTracker service (extract global configuration methods into another service, to offer simpler interface for tracking features)
  • short term: provide module using new Angular 14 way of providing modules, standalone components, etc.

@ngx-matomo/router

  • short term: simplify current page details customization (url, title, ecommerce features...)
  • short term: merge package into main package (no need to have a separate package thanks to tree-shaking in most applications)