-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (77 loc) · 3.88 KB
/
index.html
File metadata and controls
84 lines (77 loc) · 3.88 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
<!DOCTYPE html>
<html>
<!--
____ ____
| _ \ _____ _| _ \ _ __ ___ __ _ _ __ ___ ___ ___ _ _ ___
| | | |/ _ \ \ / / |_) | '__/ _ \ / _` | '__/ _ \/ __/ __|| | | / __|
| |_| | __/\ V /| __/| | | (_) | (_| | | | __/\__ \__ \| |_| \__ \
|____/ \___| \_/ |_| |_| \___/ \__, |_| \___||___/___(_)__,_|___/
|___/
xxxxxxxxxxxxxxxxxxxxxxx
x //x
x xxxxxxxxxxxxxxxxx///x We are volunteers using our skills and expertise
x x x//x to create tech tools to help elect Hillary
x x x//x Clinton and other Democratic and progressive
x x . x//x candidates. We are coders, designers, leaders,
x x __.'.__ x//x writers, mentors, and researchers. Each project
x x '-. .-' x//x we work on focuses on an app, service, data
x x /.'.\ x//x resource, or other technology to advance the
x x ' ' x//x cause. We are a team — join us!
x xxxxxxxxxxxxxxxxx///x
x///////////////////////x http://DevProgress.us
xxxxxxxxxxxxxxxxxxxxxxx
-->
<head>
<meta charset=utf-8 />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DevProgress Leaderboard</title>
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" />
<link rel="stylesheet" type="text/css" href="css/keen-dashboards.css" />
</head>
<body class="application index">
<h1>DevProgress Leaderboards</h1>
<h2>What is it?</h2>
<img src="images/extension.png" width="270px" alt="extension view" align="right" class="img-thumbnail">
<div>
DevProgress Leaderboard is a Chrome extension that runs on votebuilder.com, nevadavan.com, and hillaryclinton.com/calls pages. Whenever the user logs in to a phone bank or completes a call, the exension sends an event to a Keen.io database. Use it to get real time stats during a phonebank, and motivate callers to compete for the top spot.
</div>
<div>
Clicking the extension button will show the user their own call count, the total calls for the phonebank, and a leaderboard (top callers and the number of calls made by each).
</div>
<div>
There's also a full page dashboard that shows the leaderboard plus counts for calls with contact, total calls, number of callers, and average calls per caller.
</div>
<div>
<img src="images/dashboard.png" width="738px" alt="dashboard view" class="img-thumbnail">
</div>
<h2>Get it</h2>
Install the Chrome plugin:
<ol>
<li>go to <a href="https://chrome.google.com/webstore/detail/hcljcpikiaphohbehdnnhnibgnmfnfhe" target="install">DevProgress Leaderboard</a> in the Chrome WebStore</li>
<li>click Add to Chrome</li>
<li>start calling (votebuilder.com, nevadavan.com, or hillaryclinton.com/calls)
<li>click the extension addon button to see results
</ol>
<div>
<img src="images/toolbar.png" alt="toolbar" width="738px">
</div>
<div>
If you're running an ad blocker, you may have trouble seeing the <a href="http://devprogress.us/calling-leaderboards/dashboard.html">dashboard</a>. The EasyPrivacy list blocks lots of tracking domains, including Keen.io (our datasource). Here's how to fix it:
<ul>
<li>click the AdBlock Plus extension button
<li>click Options
<li>click the Add your own filters tab
<li>paste <code>@@/keen-tracker.</code> into the box and click Add filter
<li>paste <code>@@/keen.min.js</code> into the box and click Add filter
<li>paste <code>@@||keen.io^$third-party,domain=~keen.github.io|~keen.io</code> and click Add filter
<li>close the AdBlock Plus tab; dashboard will now be able to get data from Keen.io
</ul>
</div>
<div>
Questions? Want more or different stats? <a href="http://github.com/devprogress/calling-leaderboards/issues/new">Talk to us</a>.
</div>
<p class="small text-muted">Built by <a href="http://devprogress.us">DevProgress.us</a></p>
<div>
</div>
</body>
</html>