code-corps-api
code-corps-api copied to clipboard
Add time estimates to tasks
Problem
We want to be able to add an estimate of how long it will take to do a task in increments of:
- Less than an hour
- 1 hour
- 2 hours
- 3 hours
- 4 hours
- More than 4 hours
would it be ok to have an integer field, say estimate
. Then values of integers would represent there respective hours, and 0 says "less than 1 hour" and 5 says "more than 4 hours"
Hmm I'm not sure yet. I'm actually willing from a product perspective to maybe push this idea off some. I think we may have some higher priority things to tackle.