danniehansen / activity-timer

Activity timer powerup for Trello
MIT License
44 stars 9 forks source link

Add time manually (without any particular start/end) #123

Open jose-ba opened 8 months ago

jose-ba commented 8 months ago

Hello! First of all thank you for your work, the plugin works great.

I think that it would be nice to have the option to add a determinate amount of time to the card without the need to select a start and end time. For example, if you want to add 2 hours and 45 minutes, now you would have to add a start date and time, and a end date and time 2 hours and 45 minutes later. My idea is that there could be a new option, where there would be a text input where you could type 2:45, then click a button, and it would be added to the card.

Thank you

danniehansen commented 8 months ago

Hi @jose-ba,

I would definitely be supportive of such a feature. However, Activity timer heavily relies upon actual time intervals with timestamps for reporting. What i was thinking that we could do, is have it add the time tracking at the point of adding and then taking it the matching time back in the past. So if i report 3 hours on 4PM, then the time range would be 1PM - 4PM.

jose-ba commented 8 months ago

Yes, I understand, it would be a good solution. It would be a nice way to for example, add time spent on a meeting, or outside the office, etc.

Thank you!