Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

37 lines (28 loc) · 1.66 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Added an initial implementation of data downloading, which gets CSVs for the currently selected indicator and time range.
  • Added a plan type option to registration, so users can indicate whether they want to sign up for premium access at registration.
  • Added Google analytics tracking of page views and CSV downloads where the env vars GA_ID (google analytics property id) and REACT_COOKIEBANNER (script tag which produces a cookie banner) are set
  • Added an out-of-order sign to /dashboard, toggleable by setting REACT_APP_MAINTAINENCE_MODE to anything other than "".

Changed

  • Banner bar is now still available even if a dashboard modal is active - moving off the dashboard dismisses the modal.
  • Update plans page to show that free accounts get access to all indicators, but over a limited time period.
  • Flow indicators now display dates ranges on timeline pickers
  • Disabled variable size bubbles in OD visualisations

Removed

  • Removed demo mode indicators from plans page and top bar

Fixed

  • Scales with fixed bounds now correctly use the bounds

Added

  • A changelog

Changed

  • Comms with the backend - using new and changed endpoints