Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Add pagination support #193

Closed
amarinso opened this issue Mar 10, 2015 · 13 comments
Closed

Add pagination support #193

amarinso opened this issue Mar 10, 2015 · 13 comments
Assignees
Milestone

Comments

@amarinso
Copy link
Member

There should be at least a sample of how to work with pages of entities both on the server and client side of the sample application.

@hohwille
Copy link
Member

Jep. We have that on the server side (see e.g. SearchCriteriaTo/AbstractSearchCriteria and AbstractGenericDao.applyCriteria(...)).
On the client side we still have discussion on the table/list widget. There is also endless scrolling as alternative to paging but paging is more KISS.

But you are completely right this is a standard demand that needs to be addressed.

@hohwille
Copy link
Member

We should add the paging that we already have as infrastructure to our search REST services in our sample asap. We just need to find some assignee - I am currently not available for development...

@hohwille
Copy link
Member

@llaszkie: can you comment if you are going for this issue?

@llaszkie
Copy link

Roger that.

@hohwille hohwille self-assigned this Apr 23, 2015
@hohwille
Copy link
Member

As a blocker on behalf of Lukasz I assign the issue to myself.
Lukasz will work on providing a pull-request.
@llaszkie thanks in advance!

llaszkie added a commit to llaszkie/oasp4j that referenced this issue Apr 25, 2015
@hohwille hohwille modified the milestones: oasp:1.3.0, oasp:1.2.0 May 22, 2015
@ghost ghost mentioned this issue Jun 1, 2015
@hohwille
Copy link
Member

Can we close this issue now? Or what is left to do here? PR has been merged.
Maybe the sample app needs paging in other places as well. However, we should create a new issue in that case.

@ghost
Copy link

ghost commented Jun 10, 2015

As the client side is also mentioned in this issue, we could merge the according PR (oasp/oasp4js#36) first.
Apart from that, I agree.

@hohwille
Copy link
Member

We need to file individual issues in oasp4j and oasp4js in such case. An issue is assigned to a milestone that reflects a release and oasp4j and oasp4js have independent release cycles.

@ghost
Copy link

ghost commented Jun 11, 2015

Yes, until now, pagination support was added for order and table entities only.
Should we file a new issue for offer entities?

@hohwille
Copy link
Member

would be great as we can then close this issue and have the paging support in milestone 1.3.0 even if the other ticket might not be complete for 1.3.0.

@amarinso
Copy link
Member Author

Close this issue for milestone 1.3.0, we continue on #261

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants