From a7aa4209b81af8f5011e5b13f9829662f6b497ab Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 29 Feb 2016 13:58:46 -0500 Subject: [PATCH] Docs: Added freeze question --- doc/examples.txt | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/doc/examples.txt b/doc/examples.txt index 9d286978..a1ee3fbf 100644 --- a/doc/examples.txt +++ b/doc/examples.txt @@ -183,16 +183,20 @@ associated metadata: - Do we need arbitrary exclusions? Lunch? Dentist Appointment? or are those just different inclusions? -- Suppose “last week” is 39 hours of nothing, and 1 hour of a meeting. The +- Suppose "last week" is 39 hours of nothing, and 1 hour of a meeting. The question becomes what do the following do: - [1] $ timew track last week “paint the thing” - [2] $ timew track last week “paint the thing” :fill + [1] $ timew track last week "paint the thing" + [2] $ timew track last week "paint the thing" :fill Our choices are: - [a] 39 hours of “paint the thing” filled around the 1 hour “meeting”. - [b] 40 hours of “paint the thing” overlapping with 1 hour “meeting” - [c] 40 hours of “paint the thing”, and the meeting is gone + [a] 39 hours of "paint the thing" filled around the 1 hour "meeting". + [b] 40 hours of "paint the thing" overlapping with 1 hour "meeting" + [c] 40 hours of "paint the thing", and the meeting is gone Consensus: [b], but configurable. +- The command 'timew freeze before yesterday' or 'timew freeze tag1', where + 'freeze' could equally be 'lock', could be used to prevent subsequent + modifications. There would need to be a symmetrical 'unfreeze'/'unlock'. +