Pagination of spatial relations
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 32
- Forks
- 8
- Avg merge
- 13m
- Merged PRs (30d)
- 1
Description
The list of spatial relationships can be very large (eg. WITHIN(earth)).
Currently, there is a hard limit on how many are shown in the front-end (I believe it's 100).
This issue is to add a 'pagination' type interface for the spatial relationships so that the front-end can view a fixed number of results with < > arrows.
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 locating the front-end code that limits spatial relationships to 100 results and inspect how results such as WITHIN(earth) are retrieved and displayed. Add a fixed-size paginated interface with previous and next arrows; done means users can navigate beyond the current limit.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100