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

As a user, I can edit a story's point estimate, without it not updating the UI #458

Open
51ngul4r1ty opened this issue Sep 28, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@51ngul4r1ty
Copy link
Owner

No description provided.

@51ngul4r1ty 51ngul4r1ty added the bug Something isn't working label Sep 28, 2022
@51ngul4r1ty
Copy link
Owner Author

The bug seemed simple to resolve, but after digging into it some more it happens because:

  1. Editing the story point estimate for product backlog item doesn't take into that there are "parts" associated with the item. Instead, it was editing the estimate field which was not the value show to the user, which was instead storyEstimate. So, the basic fix means updating storyEstimate instead of estimate, but there's more (see below).
  2. If there are multiple parts, when you edit the product backlog item you're actually editing multiple parts. So the UI needs to take that into account and update those parts. If there is a single part, once again it needs to update the "part" as well as the backlog item itself. The rules are now defined in the "Description" field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant