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

"Paging" for long lists in statistics #2107

Closed
sgiehl opened this issue Feb 24, 2011 · 4 comments
Closed

"Paging" for long lists in statistics #2107

sgiehl opened this issue Feb 24, 2011 · 4 comments
Assignees

Comments

@sgiehl
Copy link
Member

sgiehl commented Feb 24, 2011

As there are sometimes very long lists in statistic views (sites, keywords,...) we need to implement a kind of paging.

First time loading a statistic view only the top 25 (or 30, 50, maybe configurable) entries should be loaded from the api to be displayed. If there are more entries available there should be a "show all" button at the end of the list to reload the view and dislay all.

@tsteur
Copy link
Member

tsteur commented Feb 26, 2011

Great! One small question... Imagine the following:

  • User clicks "Country". Now the statistic list appears having - for example - 50 entries.
  • Then user clicks the "show all" button within the statistics view.
  • Now we'll display the complete list, not just those 50 entries. On the very bottom we add a button called "show less"
  • Now the user goes back and chooses another statistic, let's say "Search engines".

My question is:
Shall we now again show just 50 results and the user has the possibility to again click the "show all" button?

Or shall we save this in the session (while the app is opened) and display all existing values directly and the user has the possibility to click a "show less" button on the bottom of the statistic list?

@sgiehl
Copy link
Member Author

sgiehl commented Feb 26, 2011

Good question. I would always show only 50 entries first, but make it possible in the "advanced" config to always display all entries.

@mattab
Copy link
Member

mattab commented Feb 26, 2011

I think on a mobile most users only watch the overview of traffic and not often go deeper. I think leaving as it is, showing 50 and click to View more is the best way to do it. I don't think the setting is so useful.
It would be lot more useful to be able to view all Columns of the report, to see Conversion rate, Revenue and Bounce rate per entry.

@tsteur
Copy link
Member

tsteur commented Feb 27, 2011

(In [3983]) fixes #2107 added paging to Android and iOS. By default the first 50 items will be displayed, then the user has the possibility to press the show all button which will display all items. This causes a faster rendering and less data network traffic

@sgiehl sgiehl added this to the Piwik Mobile Client milestone Jul 8, 2014
@tsteur tsteur added this to the Piwik Mobile 1 milestone Jul 25, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants