haushinka2dx / atmosphere-web

1 stars 2 forks source link

Paging size and Read more automatically #17

Closed haushinka2dx closed 11 years ago

haushinka2dx commented 11 years ago

Currently, I'm implementing Paging function of each timeline. See below screen shot.

paging

I'm wondering 2 issues.

  1. Paging size
    • Maximum items per 1 request is 200. 200 is seemed to be too large.
    • 50 is seemed to be appropriate size.
    • Do you have an opinion on Paging size ?
  2. Read more manually vs Read more automatically
    • Manually is obvious.
    • Automatically means scroll down is a trigger to load read more. ex. pinterest
    • Do you have an opinion on Manually vs Automatically ?
    • Current implementation is Manually.
    • inview.js seems to be usefull when implements Automatically.
kannokanno commented 11 years ago

1 Paging size

I think that it is good at 50. Option is not needed.

2 Read more manually vs Read more automatically

Manually. I think that paging is not carried out usually. Therefore, easy implementation(manually) is enough. Option is not needed.

haushinka2dx commented 11 years ago

Thanks your response. I decided Page size is 50, and Read more is Manually.

I will think these issues if someone wanted to change.