StevenWeathers / thunderdome-planning-poker

⚡ Thunderdome is an open source agile planning poker, sprint retro, and story mapping tool
https://thunderdome.dev
Apache License 2.0
421 stars 109 forks source link

[Bug]: config allowedPointValues has no efect #604

Closed andreipop8x8 closed 2 months ago

andreipop8x8 commented 2 months ago

What happened?

If we set allowedPointValues in /etc/thunderdome/config.yaml has no effect in UI

`config: allowedPointValues: "0, 1, 2, 3, 5, 8, 13, 20, 21, 34, 40, 55, 100, ?"

defaultPointValues: "0, 1, 2, 3, 5, 8 , 13, ?"`

image

Self Hosted?

Yes

Version

v4.6.0

What browsers are you seeing the problem on?

Chrome

Relevant log output

No response

Code of Conduct

StevenWeathers commented 2 months ago

I have verified the environment variable works for this config item, will have to debug to see why the yaml value isn't parsing.

StevenWeathers commented 2 months ago

With the latest enhancement this config item will be going away in the next major version, you can omit it and just manage point scales in the database now (Admin and Team/Org UIs coming soon for custom scale management).

andreipop8x8 commented 2 months ago

Hello @StevenWeathers Can you please tell me what table(s) I have to edit? Thank you.

StevenWeathers commented 2 months ago

Hello @StevenWeathers Can you please tell me what table(s) I have to edit? Thank you.

the estimation_scale table, you'll see a few examples already available as the app ships with some default standard scales and a custom thunderdome one.