Daily worktime estimation and distribution of associated cost #122
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As with wrapping up issues I want to do wrapping up of days, when I finish coding.
To do that properly I want to add the information how long the implementation of an issue took from start to finish to future cost notes.
Then provide a cli command to start wrapping up the day and here is what should happen then:
Look at git commit timestamps and claude logs, file modification times if necessary and estimate my coding hours. If there are stretches longer than 30min without activity these do not count as working hours so subtract those stretches. Otherwise worktime is calculated as last-interactiontime minus first-interaction time of the day.
compile the list of all issues i worked on that day and count the number of issues
if time estimations for the issues have been recorded, distribute my coding minutes using the ratios of time used for those issues.
Otherwise distribute my time evenly between the issues.
the time estimates should be in 15 minute slots rounded but with a minimum of 15minutes.
Also calculate a cost for my time as it has been associated with the issues.
My cost for 8hours is 2400€ please add this information to my UserProfile and always calculate the hourly rate using the amount recorded there.