-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Issue time estimate, meaningful time tracking #23113
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make sure you've read https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md
Co-authored-by: Yarden Shoham <[email protected]>
Co-authored-by: Yarden Shoham <[email protected]>
I suggest you remove the issue number from the title and add |
Thank you for continuing on this! |
Oops, I made a mistake. Please take a look at 4bac5a0 , and I added enough comments there.
|
9377c1d
to
4bac5a0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unit test failure is related, otherwise LGTM
00ca5e3
to
a15d976
Compare
CI passes, last call for reviews (especially the reviewers who have concerns and change-requests) |
@lafriks needs your review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks 😉
I don't see much point in seconds either as I don't see how any estimate could be less than 5 minutes or so exact but it's not blocking
I will merge this one manually if there is no response from @yardenshoham . I couldn't find a real unresolved block message. |
* giteaofficial/main: Bump relative-time-element to v4.4.4 (go-gitea#32730) Update dependencies, tweak eslint (go-gitea#32719) Issue time estimate, meaningful time tracking (go-gitea#23113)
This pr does:
Why?
Time estimation is essential for some teams to know the importance of issues, the amount of effort an issue would take. And for business to know if it's profitable to spend money on developers time to implement an issue
More info on https://support.atlassian.com/jira-software-cloud/docs/estimate-an-issue/#Concepts-about-estimation
Closes #23112