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

When updating a potential the priority is not updated #3

Open
wolframkriesing opened this issue Feb 23, 2018 · 2 comments
Open

When updating a potential the priority is not updated #3

wolframkriesing opened this issue Feb 23, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@wolframkriesing
Copy link
Contributor

Currently the Priority: ... label needs to be removed manually in order to get recalculated, this could be automated.

Use case:

  • change existing label Potential: 0.1 to Potential: 0.2
  • current behavior: Priority: ... label stays the same
    desired behavior: Priority: ... label gets recalculated and updated
@wolframkriesing wolframkriesing added the enhancement New feature or request label Feb 23, 2018
@HeeL
Copy link
Contributor

HeeL commented Oct 3, 2018

Just to make it clear what this bug is about. It happens by every label you change, not specific to "Potential". So, if you have all labels set - Potential, Effort and Weight and Priority has been calculated already, you will have to remove the Priority label in order for it to be recalculated.

@HeeL
Copy link
Contributor

HeeL commented Oct 3, 2018

Here is the condition that has to be changed:

const shouldAddPriorityLabel = R.allPass([allMetricsPresent, priorityLabelIsNotSet]);

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

No branches or pull requests

2 participants