matejak / estimagus

Project management support tool
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

Streamline entering in SP estimates for complex JIRA issues #34

Open comps opened 4 months ago

comps commented 4 months ago

When estimating epics / tasks / subtasks, we usually

  1. copy/paste the issues (links with subjects) to a shared word document
  2. go through it one-by-one on a meeting
  3. agree on min/avg/max or at least we each say our own estimate and write down the approx. average of them
  4. task one person to go through the unpleasant process of entering it into estimagus

This could probably be improved by estimagus offering a user-friendly interface to streamline this process, such as:

This would ideally require no token input (if it would be internal to estimagus), but if this is not possible, then an input field for token would be right above / next to the submit button.


The above is really meant as a problem description, not a description of an implementation - I used implementation examples to hopefully describe the problem better.

matejak commented 2 weeks ago

Recent enhancements to Estimagus enabled progress on this issue. Has the solution become more obvious in the meantime? Implementation-wise, it is 90% an HTML exercise that doesn't affect Estimagus backend significantly, which means that it can be prototyped in a relatively flexible way with realistic ETA later in 2024.