Build Your Own Radar Versions Save

A library that generates an interactive radar, inspired by https://thoughtworks.com/radar/.

v1.1.4

6 months ago

General Updates

v1.1.2

10 months ago

Bug Fixes

  • Fixed the error message shown in case of incorrect column headers in input Google Sheet

v1.1.1

10 months ago

General Updates

  • package-lock.json updated to node v18
  • README & CI/CD updates

v1.1.0

11 months ago

Bug fixes

  • Fixed alignment issues with printing to PDF in landscape mode

General updates

Docker updates

  • Docker images will now be tagged with GitHub release versions (current docker image).
    • The docker image from our last release (v1.0.0) has also been tagged as v1.0.0.

Usability changes

  • Renamed npm scripts for running tests (Refer package.json)

v1.0.0

1 year ago

This release brings in a complete visual refresh, with mobile responsiveness and better accessibility, to align the BYOR app with our Thoughtworks brand guidelines (as seen in our Thoughtworks Radar). Instructions for using the refreshed BYOR app on our website are available here. For setting up as a local instance, please find the steps here.

Thanks for all your contributions for this release!

UI/UX Updates

  • Radar graph design update to match Thoughtworks Radar design
  • General UI elements' (banners, buttons etc.) design update to align with Thoughtworks brand guidelines
  • Improved responsiveness across the app for tablet/mobile devices
  • PDF design update to match the new designs
  • New blip group representation for large number of blips in a ring
  • Improved navigation across sections of the app

Accessibility Improvements

  • Improved keyboard navigation across the app
  • Improved voice over experience
  • Updated the blip size to meet accessibility standards
  • Focus on URL or search input fields by pressing ‘/‘

General Updates

  • Allow for custom ring and quadrant names (for Docker image deployments only)
  • Improved error handling and reporting
  • Bug fixes

Usage Changes

  • While using our deployed version (at https://radar.thoughtworks.com), input data now needs to conform to the standard 4 ring and quadrant names (reference)
  • Query param that is used for indicating the input URL is changed from sheetId to documentId