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

Extend graphql queries with a geo query #3043

Open
ysf-simsoft opened this issue May 29, 2020 · 0 comments · May be fixed by #3084
Open

Extend graphql queries with a geo query #3043

ysf-simsoft opened this issue May 29, 2020 · 0 comments · May be fixed by #3084
Assignees
Labels
Projects
Milestone

Comments

@ysf-simsoft
Copy link
Contributor

Extend graphql queries for locations, reports and positions with a geo query (as described in #1705)

reportList(query: { withinPolygon: [[30, 10], [40, 40], [20, 40], [10, 20], [30, 10]]  } ) {
  list {
     uuid
  }
}

Make map widget add this constraint to the queries it generates add geo searches.

Part of epic #547 and #1705

@ysf-simsoft ysf-simsoft added this to Triage in ANET via automation May 29, 2020
@ysf-simsoft ysf-simsoft added the D4 [ ~16h ] Difficulty - complex label May 29, 2020
@ysf-simsoft ysf-simsoft moved this from Triage to Confirmed in ANET May 29, 2020
@ysf-simsoft ysf-simsoft moved this from Confirmed to Triage in ANET May 29, 2020
@ysf-simsoft ysf-simsoft moved this from Triage to Confirmed in ANET May 29, 2020
@VassilIordanov VassilIordanov added this to the 2020 June milestone Jun 1, 2020
@oayvazoglusim oayvazoglusim moved this from Confirmed to Doing in ANET Jun 18, 2020
ysf-simsoft added a commit that referenced this issue Jun 19, 2020
 - Add db migration for adding gis_point column (geometry) to locations
 - Add db migration to populate gis_point from existing lat,lng columns
 - Update test data conversion script for populating gis_point
 - Add gradle task for dropping postgis extension and make sure that it
   runs before dbDrop task otherwise drop-all liquibase command fails.
ysf-simsoft added a commit that referenced this issue Jun 25, 2020
 - Enable PostGIS extension on PostgreSQL
 - Add db migration for adding gis_point column (geometry) to locations
 - Add db migration to populate gis_point from existing lat,lng columns
 - Update test data with gis_point values
 - Update test data conversion script for gis_point values
 - Add gradle task for dropping postgis extension and make sure that it
   runs before dbDrop task otherwise drop-all liquibase command fails.
ysf-simsoft added a commit that referenced this issue Jun 25, 2020
 - Enable PostGIS extension on PostgreSQL
 - Add db migration for adding gis_point column (geometry) to locations
 - Add db migration to populate gis_point from existing lat,lng columns
 - Update test data with gis_point values
 - Update test data conversion script for gis_point values
 - Add gradle task for dropping postgis extension and make sure that it
   runs before dbDrop task otherwise drop-all liquibase command fails.
ysf-simsoft added a commit that referenced this issue Jul 6, 2020
 - Enable PostGIS extension on PostgreSQL
 - Add db migration for adding geometry column to locations
 - Add db migration to populate geometry from existing lat,lng columns
 - Update test data with geometry values
 - Update test data conversion script for geometry values
 - Add gradle task for dropping postgis extension and make sure that it
   runs before dbDrop task otherwise drop-all liquibase command fails.
ysf-simsoft added a commit that referenced this issue Jul 24, 2020
 - Enable PostGIS extension on PostgreSQL
 - Add db migration for adding geometry column to locations
 - Add db migration to populate geometry from existing lat,lng columns
 - Update test data with geometry values
 - Update test data conversion script for geometry values
 - Add gradle task for dropping postgis extension and make sure that it
   runs before dbDrop task otherwise drop-all liquibase command fails.
ysf-simsoft added a commit that referenced this issue Aug 22, 2020
 - Enable PostGIS extension on PostgreSQL
 - Add db migration for adding geometry column to locations
 - Add db migration to populate geometry from existing lat,lng columns
 - Update test data with geometry values
 - Update test data conversion script for geometry values
 - Add gradle task for dropping postgis extension and make sure that it
   runs before dbDrop task otherwise drop-all liquibase command fails.
ysf-simsoft added a commit that referenced this issue Nov 26, 2020
 - Enable PostGIS extension on PostgreSQL
 - Add db migration for adding geometry column to locations
 - Add db migration to populate geometry from existing lat,lng columns
 - Update test data with geometry values
 - Update test data conversion script for geometry values
 - Add gradle task for dropping postgis extension and make sure that it
   runs before dbDrop task otherwise drop-all liquibase command fails.
@midmarch midmarch moved this from Doing to Confirmed in ANET Feb 25, 2021
@VassilIordanov VassilIordanov moved this from Confirmed to Triage in ANET Jul 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
ANET
  
Triage
Development

Successfully merging a pull request may close this issue.

2 participants