SourceKettle / sourcekettle

SourceKettle is an open source project management and source code management tool
17 stars 6 forks source link

Zero story points #467

Closed rikkiprince closed 9 years ago

rikkiprince commented 9 years ago

When creating a task, it is possible to set a value of zero story points.

However, when clicking [-] 0 [+] buttons on the task view page, it's impossible to get to zero story points. Once you click [+] to move from 0 to 1, then the [-] stops you going back!

Presumably this needs some validation in the original task creation form?

rikkiprince commented 9 years ago

PS. The reason I wanted zero story points, is because I was creating a top-level story, that my other stories were "subtask of/block", so I was half expecting the parent story points to be the sum of the subtask story points.

antineutron commented 9 years ago

I vaguely recall spotting this then forgetting about it...

I think it was tricky to fix (something like if you sent an update via an API call, if it was missing the story points field, that was handled in the same way as setting it to zero, which caused trouble - I forget why it wasn't a simple fix, maybe I just hadn't had my coffee yet...)

On 05/05/2015 13:20, Rikki wrote:

When creating a task, it is possible to set a value of zero story points.

However, when clicking [-] 0 [+] buttons on the task view page, it's impossible to get to zero story points. Once you click [+] to move from 0 to 1, then the [-] stops you going back!

Presumably this needs some validation in the original task creation form?

— Reply to this email directly or view it on GitHub https://github.com/SourceKettle/sourcekettle/issues/467.Web Bug from https://github.com/notifications/beacon/AAdY-n8xJW0hflsUVehs9U7ZW6aTLaSkks5oGK0MgaJpZM4EQOBh.gif

antineutron commented 9 years ago

turned out it was a simple fix... it's a dumb check in the javascript, not the backend