Docs: Added note about no hook system

This commit is contained in:
Paul Beckingham 2016-03-13 11:20:36 -04:00
parent 3099f92981
commit 5ff7e6062b

View file

@ -118,5 +118,7 @@ A simple extension mechanism allows custom reports to be written and shared.
- Need syntax to adjust any recorded data.
- It should be forgiving when you forgot to stop a task. Maybe a specific command, instead of "stop" use "forgot" or directly "edit". Then I would like to express either "stopped 30min ago" or "it lasted only 1hour”
- It should be forgiving when you forgot to stop a task. Maybe a specific command, instead of "stop" use "forgot" or directly "edit". Then I would like to express either "stopped 30min ago" or "it lasted only 1hour”.
- There is no hook system, but there will be rules that accomplish the same thing, almost.