File tree 6 files changed +19
-16
lines changed
6 files changed +19
-16
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ Flask-SQLAlchemy==2.0
7
7
future == 0.16.0
8
8
itsdangerous == 0.24
9
9
Jinja2 == 2.7.3
10
+ Klout == 0.1.3
10
11
MarkupSafe == 0.23
12
+ oauth == 1.0.1
11
13
oauthlib == 2.0.1
12
14
packaging == 16.8
13
15
pkg-resources == 0.0.0
Original file line number Diff line number Diff line change 53
53
margin-left : 0 ;
54
54
}
55
55
56
- a i {
56
+ a . white-icon {
57
57
color : # FFF ;
58
58
text-decoration : none;
59
59
}
Original file line number Diff line number Diff line change 11
11
< script src ="/static/js/call_by_date.js "> </ script >
12
12
13
13
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 >
15
16
< div class ="row ">
16
17
<!-- /.col-lg-8 -->
17
18
< div class ="col-lg-8 ">
Original file line number Diff line number Diff line change 15
15
} ) ;
16
16
</ script >
17
17
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 >
21
21
< div class ="row ">
22
22
<!-- /.col-lg-6 -->
23
23
< div class ="col-lg-6 ">
24
24
< div class ="panel panel-default ">
25
25
< div class ="panel-heading ">
26
- Ecommerce API (production)
26
+ Ecommerce API
27
27
</ div >
28
28
<!-- /.panel-heading -->
29
29
< div class ="panel-body ">
@@ -53,13 +53,13 @@ <h2>Ecommerce API (production)</h2>
53
53
<!-- /.panel -->
54
54
</ div >
55
55
</ div >
56
- < h2 > Ecommerce API (staging)</ h2 >
56
+ < h2 > Call Volume (staging)</ h2 >
57
57
< div class ="row ">
58
58
<!-- /.col-lg-6 -->
59
59
< div class ="col-lg-6 ">
60
60
< div class ="panel panel-default ">
61
61
< div class ="panel-heading ">
62
- Ecommerce API (staging)
62
+ Ecommerce API
63
63
</ div >
64
64
<!-- /.panel-heading -->
65
65
< div class ="panel-body ">
@@ -90,13 +90,13 @@ <h2>Ecommerce API (staging)</h2>
90
90
</ div >
91
91
</ div >
92
92
93
- < h2 > Ecommerce API (internal)</ h2 >
93
+ < h2 > Call Volume (internal)</ h2 >
94
94
< div class ="row ">
95
95
<!-- /.col-lg-6 -->
96
96
< div class ="col-lg-6 ">
97
97
< div class ="panel panel-default ">
98
98
< div class ="panel-heading ">
99
- Ecommerce API (internal)
99
+ Ecommerce API
100
100
</ div >
101
101
<!-- /.panel-heading -->
102
102
< div class ="panel-body ">
Original file line number Diff line number Diff line change 3
3
4
4
< h1 > Developer Program Pulse</ h1 >
5
5
6
- < p > Developer Program effectiveness. </ p >
6
+ < p > Important Developer Program stats "at a glance." </ p >
7
7
8
8
< div class ="row ">
9
9
< div class ="col-lg-3 col-md-6 ">
@@ -16,7 +16,7 @@ <h1>Developer Program Pulse</h1>
16
16
</ div >
17
17
< div class ="col-xs-9 text-right ">
18
18
< div class ="huge "> {{ overall_status['rating'] }}/10</ div >
19
- < div > Overall Status </ div >
19
+ < div > Overall Health </ div >
20
20
</ div >
21
21
</ div >
22
22
</ div >
@@ -42,7 +42,7 @@ <h1>Developer Program Pulse</h1>
42
42
</ div >
43
43
< div class ="col-xs-9 text-right ">
44
44
< div class ="huge "> {{ performance_status['rating'] }}/10</ div >
45
- < div > Performance Status </ div >
45
+ < div > API Performance </ div >
46
46
</ div >
47
47
</ div >
48
48
</ div >
@@ -68,7 +68,7 @@ <h1>Developer Program Pulse</h1>
68
68
</ div >
69
69
< div class ="col-xs-9 text-right ">
70
70
< div class ="huge "> {{ outreach_status['rating'] }}/10</ div >
71
- < div > Outreach Status </ div >
71
+ < div > Outreach Efforts </ div >
72
72
</ div >
73
73
</ div >
74
74
</ div >
Original file line number Diff line number Diff line change 9
9
10
10
< h1 > Outreach</ h1 >
11
11
12
-
12
+ < p > Social reach determined by Klout score. </ p >
13
13
< h2 > Klout</ h2 >
14
14
15
15
< div class ="row ">
@@ -33,7 +33,7 @@ <h2>Klout</h2>
33
33
34
34
35
35
< h2 > Tweets</ h2 >
36
-
36
+ < p > Recent Developer Program tweets. </ p >
37
37
{% for tweet in my_tweets %}
38
38
< div class ="row ">
39
39
<!-- /.col-lg-4 -->
You can’t perform that action at this time.
0 commit comments