public
Description: Tracks is a GTD(TM) web application, built with Ruby on Rails
Homepage: http://www.rousette.org.uk/projects/
Clone URL: git://github.com/bsag/tracks.git
Click here to lend your support to: tracks and make a donation at www.pledgie.com !
lrbalt (author)
Sat Jul 19 11:27:45 -0700 2008
commit  8bc41e2cb05217b103de28c2cba9741f6e226a5b
tree    20f1028c7bb120f89d43d1b76c9fa925ac449472
parent  c46f0a8e0424ca7bb98998972363aae1e037dd26
tracks / test / fixtures / recurring_todos.yml
100644 129 lines (125 sloc) 2.379 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
1:
  id: 1
  user_id: 1
  context_id: 1
  project_id: 2
  description: Call Bill Gates every day
  notes: ~
  state: active
  start_from: ~
  ends_on: no_end_date
  end_date: ~
  number_of_occurences: ~
  target: due_date
  show_from_delta: ~
  recurring_period: daily
  recurrence_selector: ~
  every_other1: 1
  every_other2: ~
  every_other3: ~
  every_day: ~
  only_work_days: false
  every_count: ~
  weekday: ~
  created_at: <%= last_week %>
  completed_at: ~
 
2:
  id: 2
  user_id: 1
  context_id: 1
  project_id: 2
  description: Call Bill Gates every workday
  notes: ~
  state: active
  start_from: ~
  ends_on: no_end_date
  end_date: ~
  number_of_occurences: ~
  target: due_date
  show_from_delta: ~
  recurring_period: daily
  recurrence_selector: ~
  every_other1: ~
  every_other2: ~
  every_other3: ~
  every_day: ~
  only_work_days: true
  every_count: ~
  weekday: ~
  created_at: <%= last_week %>
  completed_at: ~
 
3:
  id: 3
  user_id: 1
  context_id: 1
  project_id: 2
  description: Call Bill Gates every week
  notes: ~
  state: active
  start_from: ~
  ends_on: no_end_date
  end_date: ~
  number_of_occurences: ~
  target: due_date
  show_from_delta: ~
  recurring_period: weekly
  recurrence_selector: ~
  every_other1: 2
  every_other2: ~
  every_other3: ~
  every_day: smtwtfs
  only_work_days: false
  every_count: ~
  weekday: ~
  created_at: <%= last_week %>
  completed_at: ~
 
4:
  id: 4
  user_id: 1
  context_id: 1
  project_id: 2
  description: Check with Bill every last friday of the month
  notes: ~
  state: active
  start_from: ~
  ends_on: no_end_date
  end_date: ~
  number_of_occurences: ~
  target: due_date
  show_from_delta: 5
  recurring_period: monthly
  recurrence_selector: 1
  every_other1: 1
  every_other2: 2
  every_other3: 5
  every_day: ~
  only_work_days: false
  every_count: 5
  weekday: ~
  created_at: <%= last_week %>
  completed_at: ~
 
5:
  id: 5
  user_id: 1
  context_id: 1
  project_id: 2
  description: Congratulate Reinier on his birthday
  notes: ~
  state: active
  start_from: ~
  ends_on: no_end_date
  end_date: ~
  number_of_occurences: ~
  target: due_date
  show_from_delta: 5
  recurring_period: yearly
  recurrence_selector: 0
  every_other1: 8
  every_other2: 6
  every_other3: ~
  every_day: ~
  only_work_days: false
  every_count: ~
  weekday: ~
  created_at: <%= last_week %>
  completed_at: ~