Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segment editor: improve autocompleter and suggest more segment values #6438

Open
mattab opened this issue Oct 13, 2014 · 0 comments
Open

Segment editor: improve autocompleter and suggest more segment values #6438

mattab opened this issue Oct 13, 2014 · 0 comments
Labels
c: Performance For when we could improve the performance / speed of Matomo. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. valid For issues that might be open for a long time already but are still valid and worth keeping.

Comments

@mattab
Copy link
Member

mattab commented Oct 13, 2014

The goal of this issue is to improve the Segment auto-completer and improve it so that it suggests more values in the dropdown and works faster.

How it currently works

Currently only the values found in any of the last 500 visits will be used. But some segments are rarely used and none of the 500 visits would have it. For example imagine a custom variable that is set only on 1% of visits. When user creates a segment he may not even see any suggestion for this custom variable because only last 500 are used.

How it should work

  • Maintain mapping Segment <> API report
  • Use pre-processed API responses as suggested values.
  • automated tests for each segment dimension
@mattab mattab added the Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. label Oct 13, 2014
@mattab mattab added this to the Mid term milestone Oct 13, 2014
@mattab mattab added the c: Performance For when we could improve the performance / speed of Matomo. label Dec 1, 2014
@mattab mattab modified the milestones: Long term, Mid term Dec 5, 2016
@michalkleiner michalkleiner added the valid For issues that might be open for a long time already but are still valid and worth keeping. label Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: Performance For when we could improve the performance / speed of Matomo. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. valid For issues that might be open for a long time already but are still valid and worth keeping.
Projects
None yet
Development

No branches or pull requests

2 participants