mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Feature request: show total time spent per project/board #46
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?
Originally created by @gittbuh on GitHub (Dec 6, 2020).
I wonder if it would be possible to automatically show the total time spent per project and per board.
Congratulations otherwise for this great application. Looking forward to seeing it evolve into a full-fledged one.
@meltyshev commented on GitHub (Dec 13, 2020):
Hello! Do you mean to show somewhere how much time has passed since the creation?
@gittbuh commented on GitHub (Dec 14, 2020):
Hi! No, in this case I meant that the application can show the sum of all/the total hours/minutes/seconds spent in all tasks (where the timer has been used) for each project at least and ideally for each board. That would be pretty useful for me as a means of measuring/visualizing total effort or time investment. I wonder how possible or difficult it is to implement here.
@oscadev commented on GitHub (Mar 19, 2024):
This. We can click timers to start tracking time on a task, but there seems to be no way to see a total tally of all time spent on all tasks total in a project. This means I would have to manually add up the hours each time to know how many hours are left, if for example a client has paid for X number of hours.
@remy56k commented on GitHub (Mar 27, 2024):
I'm looking for this feature too, it could be very useful !
I have wrote a workaround, client side (in the browser JavaScript console).
Just paste this little script and hit
Enterwhen you are on your cards-board view.The output is like :
Total sum = 2:47:30@oscadev commented on GitHub (Mar 29, 2024):
Thanks, but I think this wouldnt show an entire project's hours, and instead show all the hours inside one board, correct?
@remy56k commented on GitHub (Mar 29, 2024):
Correct, it's the sum of all cards in the viewed tab, if you want a global sum for a project, just switch to the next tab, run the script, etc... and sum all results at end. Not perfect but better than nothing.
@carlitoselmago commented on GitHub (Feb 1, 2025):
I am too very interested on this feature. Right now I use trello and I pay for a powerup called Chronos which logs every chunk of time spent on a project. And then when I need to calculate my invoicing for a client I get a view of time spent per month on each project which is very usefull. I don't know if in the database, time is calculated like that, like instead of overall time, a row per everytime the user clicked track time with start and end time. That would be a good place to start for further developing more granular logging onf time spent on projects.
@Giorgio-Germani commented on GitHub (Feb 6, 2025):
yes thats a really needed feature, since collecting time entries manually is......well taking unneccesary time :)
a good solution would be
A open source project to look at for inspuration might be https://github.com/danniehansen/activity-timer , which does this for trello.
PS: let's drop the seconds? mean they dont matter and just take space in the interface. A stopped time less than 30s would be deleted and from 31s it will be round up to 1m.
@carlitoselmago commented on GitHub (Feb 14, 2025):
The forth feature would be amazing, never thought of that. I do currently that on spreadsheets with trello. But yeah, something like due date, but "due hours spent" would be cool
@matbgn commented on GitHub (Aug 12, 2025):
Would loooove it definitly!