- 17 Mar, 2020 2 commits
- 05 Mar, 2020 2 commits
-
-
Anthony Palumbo authored
GET to POST
-
tilley14 authored
Adding lightning card background to both export LWCs.
-
- 04 Mar, 2020 1 commit
-
-
APalumbo97 authored
-
- 27 Feb, 2020 1 commit
-
-
APalumbo97 authored
-
- 24 Feb, 2020 4 commits
-
-
tilley14 authored
Fixing some tests
-
Nikolas Tilley authored
Some of the client tests still do not work
-
Jared authored
All commits encompassing the currently working map model, as well as logic for displaying points and connecting to the database.
-
Edward W authored
Added API docs for temporal queries
-
- 23 Feb, 2020 4 commits
-
-
Nikolas Tilley authored
-
tilley14 authored
Updating documentation for the database endpoints in the API.
-
tilley14 authored
Documentation for import CSV related API endpoints
-
tilley14 authored
Export headers
-
- 21 Feb, 2020 3 commits
-
-
exw4141 authored
-
exw4141 authored
-
APalumbo97 authored
-
- 18 Feb, 2020 2 commits
-
-
APalumbo97 authored
-
tilley14 authored
(Edward Wong and Nikolas Tilley) Added Geo-Spacial and Temporal Query Endpoints to the Open Source DB Added History table to the database Asset Properties get saved in the History Table
-
- 17 Feb, 2020 5 commits
-
-
exw4141 authored
-
APalumbo97 authored
-
APalumbo97 authored
-
APalumbo97 authored
-
APalumbo97 authored
-
- 13 Feb, 2020 1 commit
-
-
APalumbo97 authored
-
- 11 Feb, 2020 1 commit
-
-
APalumbo97 authored
-
- 10 Feb, 2020 5 commits
-
-
Edward W authored
-
APalumbo97 authored
-
Anthony Palumbo authored
-
tilley14 authored
* Fixed test not calling the correct function * Fixed client test to look at rows and not body
-
Edward W authored
Put back the WHERE TRUE and left comments why
-
- 07 Feb, 2020 4 commits
-
-
Nikolas Tilley authored
The where true is needed so extra where clauses can be appended onto the end of the find query
-
APalumbo97 authored
-
Edward W authored
Import CSV Feature
-
APalumbo97 authored
-
- 06 Feb, 2020 2 commits
-
-
tilley14 authored
Fixing sourceApiVersion for lwc tests.
-
APalumbo97 authored
-
- 05 Feb, 2020 1 commit
-
-
Anthony Palumbo authored
-
- 04 Feb, 2020 1 commit
-
-
tilley14 authored
* Added envelope location search The envelope search returns the assets that are located within a rectangle created from the bounds minLat, minLon, maxLat, maxLon. * client tests and fixing query string * Lat is Y, Lon is X * Adding radius search Users can give a lon,lat point and a radius and query for assets within the circle * Added new polygon search Tests are in progress Had to break other tests because of lat/lon y/x mixup. Will fix soon. Made parameters required for geometry search * polygonFind uses LINESTRING fixed an error due to the way prepared statements inserts parameters by using ST_GeomFromText with a linestring instead of trying to insert SQL routines. (its a good thing this didn't work because that would be a source of sql injection) Changed geometrySearch/polygon from a POST back to GET since the error had to do with the prepared statement rather than sending a body in a GET. * Fixed, now lat=y lon=x * fix boundingbox lat=y lon=x * Newline * Removed redundant where clause * Fixed merge comments
-
- 03 Feb, 2020 1 commit
-
-
tilley14 authored
Fixed lat/lon orders so that assets appear where they were intended. Renamed Seneca Park Zoo to Seneca Park Zoo Society
-