atareao / tasker

An Indicator for the Todo.txt method
MIT License
17 stars 4 forks source link

Track time on your tasks #12

Closed flachica closed 4 years ago

flachica commented 4 years ago
pep8speaks commented 4 years ago

Hello @flachica! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 175:80: E501 line too long (83 > 79 characters)

Line 35:1: E302 expected 2 blank lines, found 1

Line 103:80: E501 line too long (83 > 79 characters) Line 374:80: E501 line too long (96 > 79 characters) Line 491:80: E501 line too long (98 > 79 characters)

Line 73:80: E501 line too long (84 > 79 characters) Line 100:80: E501 line too long (105 > 79 characters) Line 101:80: E501 line too long (105 > 79 characters) Line 142:80: E501 line too long (82 > 79 characters) Line 144:80: E501 line too long (122 > 79 characters) Line 150:80: E501 line too long (90 > 79 characters) Line 154:80: E501 line too long (107 > 79 characters) Line 156:80: E501 line too long (83 > 79 characters) Line 201:80: E501 line too long (80 > 79 characters) Line 212:80: E501 line too long (112 > 79 characters) Line 243:80: E501 line too long (80 > 79 characters)

Line 184:80: E501 line too long (90 > 79 characters)

Comment last updated at 2020-05-08 15:49:47 UTC
atareao commented 4 years ago

I think that when tasker app is closed, all tasks must be set started_at:0. What do you think? Otherwise, someone can forget the app is tracking time. Besides when tasker is tracking time, the app icon must change. I dont' see the other commit.... It's better solution yours... So anyone can do what do

atareao commented 4 years ago

Tasker must have some reserved tags. This reserved tags, can be,

flachica commented 4 years ago

I think that when tasker app is closed, all tasks must be set started_at:0. What do you think? Otherwise, someone can forget the app is tracking time. Besides when tasker is tracking time, the app icon must change. I dont' see the other commit.... It's better solution yours... So anyone can do what do

Sounds good to me and I think it's easy. I will do it as soon as possible

flachica commented 4 years ago

Tasker must have some reserved tags. This reserved tags, can be,

* due

* started_at

* total_time
  All this tags are fixed tags for every task and every todo.txt file
  What do you think?

Sounds good to me and I think it's easy. I will do it as soon as possible.

Do you think it would be a good idea to also add the first time the task started in date / time format. Currently, the started_at tag saves the last time it started, which does not have to be the first time a task starts. A task can stop, to make way for another and then start again.

flachica commented 4 years ago

I dont' see the other commit.... It's better solution yours... So anyone can do what do

This is resolved in lastest commit. I will do the next ideas

flachica commented 4 years ago

Tasker must have some reserved tags. This reserved tags, can be,

  • due
  • started_at
  • total_time All this tags are fixed tags for every task and every todo.txt file What do you think?

Solved in last commit