spring-projects / spring-projects/spring-data-rest
PagedResources
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 958
- Forks
- 568
- PR merge metrics
- No merged PRs in 30d
Description
It appears that RepositorySearchController and RepositoryEntityController both no longer return a PagedResources object and instead use PageResource. Is this due to needing to support Neo4j and MongoDb? It is very handy to be able to get the total elements out of the page object without having to get all objects.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading RepositorySearchController and RepositoryEntityController, then trace how PageResource and PagedResources are produced for repository responses. Compare the pagination metadata exposed for Neo4j and MongoDB, especially total elements; done means establishing the intended response contract and documenting or implementing the required behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- api, backend, databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100