Adding Pagination feature to item history results
Codereview: http://codereview.appspot.com/4626068
Issue: Currently i have done the processing after fetching the history from backend, but, one more way of doing this could be, just pass the start and end param to the storage.history() function at backends, but as i was told that backend may change, maybe the implementation there also, so i thought of using the backend as API and process afterwards.
Tell me what should i do here ? which method to follow ?
Please add wishes for storage API refactoring to the issue tracker on bitbucket. There will be more code to refactor afterwards if something changes there.