gioboa / jira-plugin

Jira plugin for VsCode
https://marketplace.visualstudio.com/items?itemName=gioboa.jira-plugin
MIT License
266 stars 41 forks source link

feat: Start/Pause button for Time tracking #140

Closed micharaze closed 4 years ago

micharaze commented 4 years ago

Is your feature request related to a problem? Please describe. I often want to pause the time tracker when ich want to make a short break or else. The current process needs too many steps for just stoping the time, saving the log and then starting it again few minutes later.

Describe the solution you'd like What about an additional button for pause the time tracker on click and continue after a second click (⏸/▶️).

gioboa commented 4 years ago

I will implement it :muscle:

gioboa commented 4 years ago

I've built an alpha version to test this feature. I've done start/stop button because pause icon has different color. :disappointed: Please have a try and give me feedback. :+1: If all it's ok, I will release a new official version. :smile:

jira-plugin-0.19.1.zip

micharaze commented 4 years ago

Seems to working well. How about putting the clock together with the start/stop button in one field and the issue selecting in another. Currently the clock is together with the issue field and the start stop is alone.

Currently: Working Issue: IssueID123⌚00:23:54 | ⏹

My suggestion: Working Issue: IssueID123 | ⌚00:23:54 ⏹

So the functionalities are better separated. I hope this was clear enough described.

gioboa commented 4 years ago

Sure, great catch :+1:

gioboa commented 4 years ago

Here you can try an alpha version jira-plugin-0.19.1-alpha1.zip

micharaze commented 4 years ago

Looks good! Thanks for that.