ABCDEF
1
The goal of the precinct tracker is to coordinate walksa and ensure we can maximize coverage while minimizing "wanted-to-but-didn't-get-to" situations:
2
3
STATUS DEFINITIONS:
4
PlannedGoing to Walk!
5
CompletedAlready Walked
6
In ProgressCurrently Walking
7
8
1. Select ONE WEEK OF PRECINCTS AT A TIME.
9
Rule of thumb: ONE precinct per pair of walkers for every 2-3 day. That means a team of 6 would need approximately 6 precincts each week.
10
11
2. Update the Precinct Tracker BEFORE assigning in PDI.
12
- Date that you selected the precinct
13
- Your organization
14
- Update the status to "Planned"
15
16
3. Update Precinct Statuses to "In Progress" or "Completed" as you assign and complete precincts
17
18
4. Work with MVP Partners
19
If another organization is planning to walk a precinct you need, please negotiate directly with that organization.
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