Zeichen32 / PiwikCustomOptOut

Create your own piwik opt-out iframe css styles
GNU General Public License v3.0
25 stars 10 forks source link

Running plugin with hundrets / thousands of websites #37

Open peterbo opened 9 years ago

peterbo commented 9 years ago

Loading the CustomOptOut settings is not possible if you have hundrets or even thousands of websites in Piwik. Similar to the new website administration in Piwik, the plugin settings should use a paginatable list (and search) for displaying the overview (or single items).

Zeichen32 commented 9 years ago

You're right. I will add a pagination in the next version.

peterbo commented 9 years ago

Thanks! Please drop me a line when I can be of assistance.

Zeichen32 commented 9 years ago

Maybe you can create a pr with the pagination feature? I think its should be really easy to implement.

peterbo commented 9 years ago

yep, no problem.

Zeichen32 commented 9 years ago

nice thanks :+1:

peterbo commented 9 years ago

IMplementing it like the new SitesManager is not so easy though (AngularJS). How do you plan to integrate it? Just a simple pagination or like it's done in the (new) SitesManager?

Zeichen32 commented 9 years ago

I think a simple pagination is a good first step. Maybe we can create a new API Method to get the paginated result, so we can use this api for the angularjs view later.

Zeichen32 commented 9 years ago

@peterbo Is there any news on this issue?

peterbo commented 9 years ago

Not yet, I'm afraid. But next week looks better, then I'll takle this.