openmastery / ideaflow-profiler

GNU General Public License v3.0
2 stars 6 forks source link

Wire up Infinite Scroll on Idea Flows, Glossary, and FAQ #46

Open accolasia opened 7 years ago

accolasia commented 7 years ago

All the APIs return a paged set of results, that needs to be sorted server side if there are multiple pages.

Right now, you can see the top 10 things, but the user has no way to page through the result set. Provide standard paging, i.e. next, previous, and number of results.

http://om-ideaflow.herokuapp.com/s/#/ideaflow/publisher/batch

/ideaflow/task /storyweb/faq /storyweb/glossary

All APIs return a PagedResultSet.