Skip to content

Commit 1e7bf62

Browse files
committed
Cosmetic updates.
1 parent e7d8d16 commit 1e7bf62

File tree

6 files changed

+19
-16
lines changed

6 files changed

+19
-16
lines changed

requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ Flask-SQLAlchemy==2.0
77
future==0.16.0
88
itsdangerous==0.24
99
Jinja2==2.7.3
10+
Klout==0.1.3
1011
MarkupSafe==0.23
12+
oauth==1.0.1
1113
oauthlib==2.0.1
1214
packaging==16.8
1315
pkg-resources==0.0.0

static/css/styles.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ body {
5353
margin-left: 0;
5454
}
5555

56-
a i {
56+
a.white-icon {
5757
color:#FFF;
5858
text-decoration: none;
5959
}

templates/bubble.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
<script src="/static/js/call_by_date.js"></script>
1212

1313

14-
<h1>App Contributions to Customer Success</h1>
14+
<h1>App Ecosystem</h1>
15+
<p>Ecommerce API applications plotted by conversion, retention, life-time value and type.</p>
1516
<div class="row">
1617
<!-- /.col-lg-8 -->
1718
<div class="col-lg-8">

templates/env.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
} );
1616
</script>
1717

18-
<h1>API Calls by Volume</h1>
19-
20-
<h2>Ecommerce API (production)</h2>
18+
<h1>API Performance</h1>
19+
<p>Volume of different API calls over different environments.</p>
20+
<h2>Call Volume (production)</h2>
2121
<div class="row">
2222
<!-- /.col-lg-6 -->
2323
<div class="col-lg-6">
2424
<div class="panel panel-default">
2525
<div class="panel-heading">
26-
Ecommerce API (production)
26+
Ecommerce API
2727
</div>
2828
<!-- /.panel-heading -->
2929
<div class="panel-body">
@@ -53,13 +53,13 @@ <h2>Ecommerce API (production)</h2>
5353
<!-- /.panel -->
5454
</div>
5555
</div>
56-
<h2>Ecommerce API (staging)</h2>
56+
<h2>Call Volume (staging)</h2>
5757
<div class="row">
5858
<!-- /.col-lg-6 -->
5959
<div class="col-lg-6">
6060
<div class="panel panel-default">
6161
<div class="panel-heading">
62-
Ecommerce API (staging)
62+
Ecommerce API
6363
</div>
6464
<!-- /.panel-heading -->
6565
<div class="panel-body">
@@ -90,13 +90,13 @@ <h2>Ecommerce API (staging)</h2>
9090
</div>
9191
</div>
9292

93-
<h2>Ecommerce API (internal)</h2>
93+
<h2>Call Volume (internal)</h2>
9494
<div class="row">
9595
<!-- /.col-lg-6 -->
9696
<div class="col-lg-6">
9797
<div class="panel panel-default">
9898
<div class="panel-heading">
99-
Ecommerce API (internal)
99+
Ecommerce API
100100
</div>
101101
<!-- /.panel-heading -->
102102
<div class="panel-body">

templates/homepage.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<h1>Developer Program Pulse</h1>
55

6-
<p>Developer Program effectiveness.</p>
6+
<p>Important Developer Program stats "at a glance."</p>
77

88
<div class="row">
99
<div class="col-lg-3 col-md-6">
@@ -16,7 +16,7 @@ <h1>Developer Program Pulse</h1>
1616
</div>
1717
<div class="col-xs-9 text-right">
1818
<div class="huge">{{ overall_status['rating'] }}/10</div>
19-
<div>Overall Status</div>
19+
<div>Overall Health</div>
2020
</div>
2121
</div>
2222
</div>
@@ -42,7 +42,7 @@ <h1>Developer Program Pulse</h1>
4242
</div>
4343
<div class="col-xs-9 text-right">
4444
<div class="huge">{{ performance_status['rating'] }}/10</div>
45-
<div>Performance Status</div>
45+
<div>API Performance</div>
4646
</div>
4747
</div>
4848
</div>
@@ -68,7 +68,7 @@ <h1>Developer Program Pulse</h1>
6868
</div>
6969
<div class="col-xs-9 text-right">
7070
<div class="huge">{{ outreach_status['rating'] }}/10</div>
71-
<div>Outreach Status</div>
71+
<div>Outreach Efforts</div>
7272
</div>
7373
</div>
7474
</div>

templates/social.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<h1>Outreach</h1>
1111

12-
12+
<p>Social reach determined by Klout score.</p>
1313
<h2>Klout</h2>
1414

1515
<div class="row">
@@ -33,7 +33,7 @@ <h2>Klout</h2>
3333

3434

3535
<h2>Tweets</h2>
36-
36+
<p>Recent Developer Program tweets.</p>
3737
{% for tweet in my_tweets %}
3838
<div class="row">
3939
<!-- /.col-lg-4 -->

0 commit comments

Comments
 (0)