Skip to content

Releases: Chicago/opengrid

v1.4.1

07 Aug 19:39
Compare
Choose a tag to compare

This releases fixes a handful of bugs and regressions, including:

  • Fixed issue where some # were not being encoded in the URL #316, #115
  • Fix type-o in documentation #314
  • Fixed broken OpenWeatherMaps layer #315
  • Fixed issue when links would be deactived when columns are unselected and selected #317

v1.4.0

29 Jun 22:16
Compare
Choose a tag to compare

New Features:

  • Added a time-series and bar-chart to view data over time (#252)
  • Support for bubble plots, where the dots are sized based on data (#239)
  • Support for displaying "array" data in the grid/table. Only supported with the MongoDB service layer and is not on opengrid.io. (#235)
  • Share queries by copying and pasting the URL (#115)
  • Support for custom date format on grid/table for date fields

API:

  • A new chart object is now returned as part of the dataset descriptor under the option object
  • New column attributes were added to support #239 and #115, respectively: "dotSizer"; and "array"

v1.3.1

13 Jan 15:03
Compare
Choose a tag to compare
Merge pull request #281 from Chicago/dev

Milestone 1.3.1 changes

v1.3.0

15 Dec 15:10
Compare
Choose a tag to compare

This update includes a leaflet upgrade which resolves bugs and also allows for a better user experience when navigating around the map.

  • Leaflet 1.1.0 upgrade resolves the issue of dots disappearing when zooming in (#106)
  • Auto refresh search results when navigating around the map (#210)
  • Updated documentation (#262)
  • Several features are now configurable as options when setting up OpenGrid.

v1.2.0

13 Sep 14:40
Compare
Choose a tag to compare

This update includes several user experience enhancements including:

  • The Advanced Search Pane is now automatically retracted after submitting a query (#232)
  • The grid view is made more prominent (#224)
  • Map Extent is now the default geo-spatial filter (Location) used for advanced searches. Quick searches against supported dataset similarly use map extent for filtering (#223)
  • User user-friendly labels for some screen elements (#216)
  • "Get Data" (formerly "Submit") and "Clear Search" (formerly "Reset") buttons are now always shown (do not scroll with the pane) to make them readily available (#222)
  • An initial query is now being displayed on startup, that includes selected datasets (#221)
  • Selected buttons are now highlighted to indicate active panes (#217)
  • Layers and measurement icons have been moved to the bottom left of the map for better visibility (#177)
  • The Color and Opacity Options on the advanced search pane have been collapsed by default to de-clutter the screen, now that selected datasets are assigned their own unique colors (#234)
  • A legend is now displayed identifying the datasets by color currently on the map (#157)
  • Relative time (e.g. '3 hours ago', or '30 minutes ago') issue where the time is rounded off to midnight is now resolved (#237)
  • Use of case-insensitive trigger words for quick search is now supported

v1.1.0

29 Jun 19:54
Compare
Choose a tag to compare

This update includes several bug fixes and updated documentation including:

  • Added support for service-based geo-Spatial filtering. This will help with more accurate search results when using geo-spatial filters in the application (#190 , Chicago/opengrid-svc-template#3)
  • Added support for relative date values when filtering date-type fields on Advanced Search (#147)
    • You can now use values such as 'today', 'yesterday', 'tomorrow' or '1 month ago' on a date filter, in place of actual date/time values
  • Sorted datasets by display name on the list of available datasets on the Advanced Search pane (#141)
  • Updated API documentation with information on geoSpatial filtering capabilities (#191)
  • Fixed issue where default color option per dataset, as configured by the administrator, is not correctly rendered on the UI (#121)
  • Cleaned up media files that slow down the clone process (#145)
  • Allowed for CORS cross-domain communication (change to service only - #74)

v1.0.2

28 Mar 15:12
Compare
Choose a tag to compare

Includes a bug fix and a pair of improvements in the documentation:

  • Resolves an issue where typing an address in the quick search bar does not return results (#163)
  • Improved the formatting for JSON in the API documentation (#160)
  • Began tracking NPM devDependencies (#164)

v1.0.1

06 Feb 00:03
Compare
Choose a tag to compare

This update includes several bug fixes, including:

  • Fixed issue when using Quick Search #135
    • Determines if the query is a Point-of-Interest (POI) or Address
      • POI will return 20 results while a query detected as an address will return the best match
  • Adding help link location #60
  • Fixed issue where OpenGrid only exported the first tab from the Grid, regardless of user choice
  • Added additional documentation to describe how to configure OpenGrid for another installation, such as bbox parameters for other locations
  • Rearrangement of .gitignore files for easier housekeeping and file tracking in git #132
  • Clarification of CONTRIBUTING instructions #130
  • Corrections and formatting changes to the user documentation
  • Fixed issue where "busy" message is not being displayed when performing address/POI quick search
  • Corrected quick search help html from "Tweet Ballet" to "tweet Ballet", and from "Weather 60602" to "weather 60602" (i.e. lowercase trigger words)

v1.0.0 - Millenium Park

19 Jan 00:59
Compare
Choose a tag to compare

Several bug fixes and missed features:

  • Auto-complete for selected field values within Advanced Search
  • For the OpenGrid template service implementation, the weather condition was used as a sample autocomplete field.
  • Advanced Search - Date filter logic
  • Added support for time component
  • Quick search help - quick search hints can only be dismissed by clicking on icon again. Help text can be copied.
  • Support for base filter for quick search (useful for narrowing retrieving data points to calculated time period)
  • Fix: read timeout setting when logging in from ogrid.Config.service.timeout value
  • Query's common attribute is lost when saved
  • Hide Advanced Search pane after clicking submit on mobile devices
  • Invoke /datasets call only once (at start up) for performance reasons
  • Make Ajax error handler global (Tech cleanup)
  • Base auto-refresh highlighting on latest creation timestamp of data instead of the last refresh timestamp
  • Fix: data/time values on grid do not sort properly (using default alpha num sort)
  • Cache buster gulp file versioning
  • Fix alignment of quick search box in mobile mode

v1.0.0 Release Candidate 1 - Millenium Park

09 Dec 18:24
Compare
Choose a tag to compare

First stable release candidate for OpenGrid.