Show maturity stages in the maturity bar other than `sandbox`,`incubating`,`graduated`, and `archived`
While some projects use the terms sandbox,incubating,graduated, and archived for maturity stages, most will have some differences in names. It would be good to allow this to be configurable so that the maturity block shows for them properly.
Hi @jmertic
This should be already possible with AFAICR only one feature not being available, the maturity progress bar:
That feature relies on other specific fields for the date of each stage and it's kind of hardcoded for those cases. But in the rest of the features it should work fine: displaying the custom maturity name on the cards, filters, stats, etc.
If you meant to try to make that specific feature (progress bar) more generic that's fine though, but let's create a specific issue for that. I don't think we'll be able to have the same view represent an arbitrary list of maturities (too many won't fit, long names, etc), but we could display them in a different way. To make this work, note that you'd need to provide the date at which item got to each of the maturity stages.
Yes - the maturity bar is what I was referring to. I tweaked the title to reflect that. Thanks!
Cool, no problem 👍
It'll probably be a different widget though, not a progress bar, as we wouldn't be able to guarantee that it'd be displayed correctly in all cases without fixed values.
Could we perhaps have a way to configure it? Or even something a "map the term Sandbox to something else". Doesn't handle projects with more than 3 main maturity stages, but we can't solve every problem ;-)
I'd rather try to handle all cases cleanly to leave this solved for good 😇
In the end, it'd be a new component to display the date at which each project got to a given maturity stage. It can be as simple as some labels, or something nicer if we come up with something that plays well in all cases. We'll think about it when we get to this! 😉