spring-projects / spring-projects/spring-data-mongodb
Mapping should be able to read Point coordinates in array format.
Open
Nobody has claimed this yet.
in: mapping
type: enhancement
- Dominant language
- Java
- Stars
- 1.7k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
The mapping layer should allow to reading back coordinates stored in raw array format [-73.99171, 40.738868] into a Point type.
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 mapping-layer handling for Point values and the existing tests for coordinate representations. Reproduce reading [-73.99171, 40.738868] and add coverage showing that the array is converted to a Point; done means the mapping layer accepts this raw array format without breaking existing representations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, mongodb
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100