Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Create Data model for Journey object #7

Closed
nramc opened this issue Mar 11, 2024 · 1 comment · Fixed by #11
Closed

[Feature] Create Data model for Journey object #7

nramc opened this issue Mar 11, 2024 · 1 comment · Fixed by #11
Assignees
Milestone

Comments

@nramc
Copy link
Owner

nramc commented Mar 11, 2024

  1. Define data model for core Journey object
  2. Define suitable geometric class for location
  3. find below minimum data fields required for now.

"id": "id_1", "type": "Feature", "geometry": {"type": "Point", "coordinates": [11.6634, 48.1230]}, "properties": { "name": "München House", "category": "Residential", "city": "Munich", "country": "Germany", "tags": ["Ram", "Sakunthala", "Germany", "Munich"], "description": "Remember that happiness is a way of travel, not a destination.", "thumbnail": "/assets/test-data/img/2022_1.png"

@nramc nramc self-assigned this Mar 11, 2024
@nramc nramc added this to the 0.0.14 milestone Mar 11, 2024
@nramc
Copy link
Owner Author

nramc commented Mar 11, 2024

"application/geo+json"

nramc pushed a commit that referenced this issue Mar 14, 2024
 - Position entity added with tests

 -
nramc pushed a commit that referenced this issue Mar 14, 2024
 - GeoJsonType.java added

 -
nramc pushed a commit that referenced this issue Mar 14, 2024
 - GeoJsonType.java added

 -
nramc pushed a commit that referenced this issue Mar 14, 2024
 - Point.java added with tests
 - Position updated with new method to get coordinates as array

 -
nramc pushed a commit that referenced this issue Mar 14, 2024
 - Point.java added with tests
 - Position updated with new method to get coordinates as array

 -
nramc pushed a commit that referenced this issue Mar 18, 2024
 - Point.java added with tests
 - Position updated with new method to get coordinates as array

 -
nramc pushed a commit that referenced this issue Mar 18, 2024
 - factory methods added for position

 -
nramc pushed a commit that referenced this issue Mar 18, 2024
 - factory methods added for position

 -
@nramc nramc linked a pull request Mar 23, 2024 that will close this issue
nramc pushed a commit that referenced this issue Mar 24, 2024
@nramc nramc linked a pull request Mar 24, 2024 that will close this issue
@nramc nramc closed this as completed in #11 Mar 24, 2024
nramc added a commit that referenced this issue Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant