go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
43.83k stars 5.38k forks source link

Date for time tracking #11512

Open ddrv opened 4 years ago

ddrv commented 4 years ago

Please, add date field into time tracking form (on issue page)

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. I am here to help clear issues left open even if solved or waiting for more insight. This issue will be closed if no further activity occurs during the next 2 weeks. If the issue is still valid just add a comment to keep it alive. Thank you for your contributions.

mlthlschr commented 3 years ago

Right now, the model only accepts created as date, linking the spent time to that very date. It would either require the possibility of manipulating the created Date, or an additional property representing the actual starting date. In any case, it would require an additional (optional) parameter in POST /repos​/{owner}​/{repo}​/issues​/{index}​/times.