- Ground water level visit data is now fetched from a new service. Since limited querying capability is available with the new service all ground water level visit data is fetched when the monitoring location page is loaded.
- Removed use of the term "classic" and replaced with "legacy" to reflect how we now refer to the legacy pages.
- The date picker component now defaults to show the current date in the end date picker if a start time has been picked rather than default to the range to the start time. This required not using the USWDS date picker and instead manage the state of the start and end pickers within our code.
- For consistency, question mark icons are now 'i' (info) icons.
...
...
@@ -89,7 +92,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- The new "best" parameter in the available DV statistical data array is used to choose the initial parameter code selection on the DV graph.
- The cameras section has the new endpoint and is showing images as expected.
- Using the javascript fetch API rather than XMLHttpRequest when fetching data client side, with the exception of map layers. This fixes the issue where Safari browsers sometimes did not refresh the data when the page was reloaded.
- The Sass stylesheets now use @use rather than the depracated @import
...
...
@@ -98,7 +101,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
- The slider now works properly when the brush is used to change the range of the hydgrograph.
@@ -127,7 +130,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Added site specific error/warnings below the monitoring location name and context data to the Location Metadata section retrieved from the SIMs system. The display of both is controlled via a feature toggle.
- Removed font awesome and solely using the USWDS Icon set.
...
...
@@ -160,7 +163,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Fixed a race condition where the date pickers were sometimes getting rendered twice.
- Now converts the 'noDataValue' reference number, which is used to denote point values when station conditions prevent accurate data recording, to a string which matches data type with the point values so that direct comparison between the two is possible.
- The NWIS site service and sifta service now use aiohttp and are called concurrently in the monitoring_location view.
- Components comprising the hydrograph component are rendered as much as possible before client side data is received. This limits the amount of content shifting that happens.
...
...
@@ -168,21 +171,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- The operational limits of the sensor will show on graph and in legend if limit is in range of graph
- Cleaned up the endpoint configuration names. Each distinct endpoint has its own configuration parameter and the endpoints are given more descriptive names.
- Moved sampling method selection into the parameter selection list
...
...
@@ -193,7 +196,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Flood levels are no longer rounded to an integer and show now show the decimal received from web service.
- Cleaned up empty elements for locations with no IV or GW data
- Created a new "select actions" element which appears above the parameter selection list. Allows quick show/hide of the retrieve data and change time span sections.
...
...
@@ -206,7 +209,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Estimated points are now the correct color, even when the data services return multiple qualifer codes.
- Precipitation scale is now correctly determined.
- Added display of discrete ground water level data on the IV hydrograph.
- Added a selection for Celsius converted to Fahrenheit to the parameter table.
...
...
@@ -250,7 +253,7 @@ recent data is chosen.
- The parameter selection list now shows parameters that are groundwater field visits only in addition to parameters that have IV data.
- The period of record in the parameter selection list reflects the period of record of groundwater field visits. If both field visits and IV data are available, the period of record is the union.
- Instantaneous Values data availability information page.
- Additional analytics tracking.
...
...
@@ -264,7 +267,7 @@ recent data is chosen.
### Changed
- Using Jest to run javascript tests rather than karma/jasmine. This means eliminating Browserstack testing but we gain a supported testing ecosystem with built in coverage and better mocking capabilities.
- Static image of the Instantaneous Values Hydrograph for users of Internet Explorer.
- New colors for the compare line.
...
...
@@ -283,7 +286,7 @@ recent data is chosen.
### Fixed
- Dynamically generated tooltips are now initialized properly by calling init on the node where the tooltip is created rather than on the entire DOM which was causing multiple tooltip markup to be created.