summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2021-10-18 23:32:36 +0000
committerTobias Brox <tobias@redpill-linpro.com>2021-10-18 23:32:36 +0000
commit11a290ee8ee4a7f002a04a6a98709dada584f3fb (patch)
treeee632044fa7c30f2f761390e65375fa8e777884e
parent4e1f388878c7f66721a45aff80a638e5bbf89a12 (diff)
downloadcalendar-cli-11a290ee8ee4a7f002a04a6a98709dada584f3fb.zip
more documentation tweaking
-rw-r--r--NEXT_LEVEL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEXT_LEVEL.md b/NEXT_LEVEL.md
index f46cfd0..ead1698 100644
--- a/NEXT_LEVEL.md
+++ b/NEXT_LEVEL.md
@@ -6,7 +6,7 @@
* Project management and accounting systems needs information on time estimates and tracking the time spent working on a task (this is a matter of fact). Project management and accounting systems ought to be tightly coupled with the calendar system (that's my opinion). How much time does one expect a task to take, and how much was spent on the task? How many of the hours spent on the tasks should be billed (and how many of those should be billed at over-time rates?). Should the employee get paid at normal rates or overtime rates for the working hours spent?
-* Recurring tasks is a very useful thing! (this is my personal opinion, also ref the TASK_MANAGEMENT document) Some of them should be done at a fixed time, no matter when it was done previous time, i.e. "prepare gym bag for my sons gym class" should be done every Tuesday, with deadline Wednesday morning. At the other hand, the task "clean the floor" should typically be done one week after it was done previous time.
+* Recurring tasks is a very useful thing! (this is my personal opinion, also ref the [TASK_MANAGEMENT document](TASK_MANAGEMENT.md)) Some of them should be done at a fixed time, no matter when it was done previous time, i.e. "prepare gym bag for my sons gym class" should be done every Tuesday, with deadline Wednesday morning. At the other hand, the task "clean the floor" should typically be done one week after it was done previous time.
* In my opinion (ref TASK_MANAGEMENT), it makes sense on a daily basis to take out relatively short sorted list of tasks, look through it and keep the list short by procrastinating the things that seems less urgent. I've been using the DTSTART attribute for such procrastination, but it feels a bit wrong.