Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom quadrant names in BYOR #344

Open
rfresh opened this issue Sep 8, 2023 · 6 comments
Open

Custom quadrant names in BYOR #344

rfresh opened this issue Sep 8, 2023 · 6 comments

Comments

@rfresh
Copy link

rfresh commented Sep 8, 2023

I wanted to add another request to bring back the custom quadrant names, which I believe are a necessary feature for a data display tool. Hard coding them is like hard coding the labels on a graphing library. Even if being super opinionated about the one true way to use the tool, English is not the only language.

I realise that there is the option to alter them if self-hosting, but the BYOR tool was a usefully lightweight way of generating a radar. I won't use the self-hosted method, so unless I can continue to provide labels I guess I'll sadly be dropping it from our architecture sessions.

@dhair-dml01
Copy link

Agreed. I'm in a similar situation.

@tardich
Copy link

tardich commented Sep 12, 2023

Unless I'm completely misunderstanding what you're asking for, you can provide quadrants names, and rings name, from these environment variables to the container for a BYOR deployment:

QUADRANTS=["Cloud Security","Cloud Foundations","Cloud Value Creation","Cloud Networking"]
RINGS=["Vision", "NTD", "NTI", "Day2"]

@dhair-dml01
Copy link

I was inquiring about custom quadrant names in Google Sheets. This capability was dropped per #315 and I was hoping to revisit it. Thanks

@tardich
Copy link

tardich commented Sep 12, 2023

From my understanding, the change that was implementing is that you have to specify the custom quatrant names as environment variables when you start your BYOR environment. This is what we're doing in my company, and the BYOR is fed from Google Sheets that are using these quadrant names defined from our environment variables.

@dhair-dml01
Copy link

I was able to specify quadrant names in the quadrant column of the Google Sheet, if I recall correctly.

@rfresh
Copy link
Author

rfresh commented Sep 13, 2023

It is now only possible to specify quadrant or ring names if self hosting. If creating a radar using this link, your own labels can no longer be used: https://radar.thoughtworks.com/.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants