alexhenning / wpi-suite-tng

Rewrite of the WPI Suite project management application
Other
5 stars 3 forks source link

Can have a requirement assigned to an iteration without an estimate #89

Closed fracture91 closed 11 years ago

fracture91 commented 11 years ago
  1. Create an iteration
  2. Create a requirement with a title, description
  3. Assign an estimate to the requirement, update
  4. Assign the requirement to the iteration you created, update
  5. Set the estimate to zero, update

The requirement remains assigned to the iteration with an estimate of zero, and the iteration input is disabled. I'm not sure what should happen when you set the estimate to zero. Maybe that should be disallowed and you are forced to move the requirement to the backlog first, or maybe it should move to the backlog for you.

alexhenning commented 11 years ago

Fixed with issue #90.