Git Product home page Git Product logo

Comments (4)

niallr07 avatar niallr07 commented on June 1, 2024

I ran into the same issue. In the old radar, quadrants were automatically read from the CSV. This worked as long as there was four (like you said). This has changed in the new radar though. To support custom quadrant names, you need to build the radar locally with those quadrant names exposed as an env variable.

It's documented [here](To specify custom ring and/or quadrant names, add the following environment variables with the desired values) on the readme.

My understanding is if you are not using the default quadrants, then you need to build it locally with your custom quadrants.

from build-your-own-radar.

danielkoch avatar danielkoch commented on June 1, 2024

@niallr07 stated the right sentence (here is the link: https://github.com/thoughtworks/build-your-own-radar#docker-image). You need to provide environment variables with your custom ring/quadrant information.

For myself: I had to escape everything when using the command line, example:
$ docker run --rm -p 8080:80 -e SERVER_NAMES="localhost 127.0.0.1" -e RINGS="[\"Adopt\", \"Trial\", \"Assess\", \"Hold\"]" -e QUADRANTS="[\"Languages & Frameworks\", \"Methods & Patterns\", \"Platforms & Operations\", \"Software & Tools\"]" -v /mnt/radar/files/:/opt/build-your-own-radar/files wwwthoughtworks/build-your-own-radar

from build-your-own-radar.

devansh-sharma-tw avatar devansh-sharma-tw commented on June 1, 2024

Hi @jacobmclocklin, apologies for the late reply!
As others have mentioned in this thread, the online hosted version of BYOR (https://radar.thoughtworks.com) now requires the input data to conform to the four rings and quadrants names specified. If you would like to use custom ring and/or quadrant names, you can setup a local instance and set the custom names to it. For a docker setup, you can use the command mentioned by @danielkoch to pass the names. If you would like to run it as a node server itself, you can export the variables.
Additionally, we have updated the FAQs mentioned, regarding this, here: https://www.thoughtworks.com/en-us/radar/byor. Sorry for the confusion there.

Thanks!

from build-your-own-radar.

jacobmclocklin avatar jacobmclocklin commented on June 1, 2024

Ah, well it is unfortunate to lose this feature, and unfortunate that the docs/FAQ were out of sync with the capabilities. But I am thankful for the answer, explanation, and the updates.

from build-your-own-radar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.