matomo-org / matomo

Empowering People Ethically with the leading open source alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. Liberating Web Analytics. Star us on Github? +1. And we love Pull Requests!
https://matomo.org/
GNU General Public License v3.0
19.74k stars 2.63k forks source link

Parameter to have more than 10 sites in "Manage websites" #9943

Open gaumondp opened 8 years ago

gaumondp commented 8 years ago

With 16 sites, to manage and not 2000, it's a bit annoying to have to use a page browser or search to go change some parameters in a website.

And once modification saved, the interface goes back to page 1.

Would be great if there was a setting somewhere to tell how much websites we're willing to show. And since this interface doesn't do any calculation, there's no performance hit to show more than 10.

tsteur commented 8 years ago

We already have settings for site_selector_max_sites, autocomplete_min_sites, and all_websites_website_per_page. I'd kind of prefer to avoid having another setting but it would be possible. This could be implemented along with the entity component https://github.com/piwik/piwik/issues/6951 and would then be available to all entity tables (like Goals, Scheduled reports, ...).

mattab commented 8 years ago

@gaumondp it would be great if you can leave a comment on https://github.com/piwik/piwik/issues/6951 as we'd like to solve it in more generic way as suggested by @tsteur

tsteur commented 8 years ago

I think it would be better to leave this open instead of having a comment somewhere in #6951 ? Otherwise we will just have one big issue that never gets finished and eventually end up creating lots of issues again for things that were not finished yet.