-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathplanned-features.html
156 lines (137 loc) · 8.36 KB
/
planned-features.html
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>QuantifiedCode | Planned Features</title>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="/theme/css/main.css" rel="stylesheet" type="text/css">
</head>
<body >
<header>
<nav id="navbar" class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div id="nav-head" class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#toggle-menu">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/"><img src="/theme/images/logo.svg" /></a>
</div>
<div id="menu">
<div class="collapse navbar-collapse" id="toggle-menu">
<ul class="nav navbar-nav navbar-right">
<li><a href="/contact.html">Contact</a></li>
<li><a href="/features.html">Features</a></li>
<li><a href="/download.html">Download</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</nav>
</header>
<div id="main">
<section class="subpage-nav">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<ul class="nav nav-tabs">
<li role="presentation"><a href="/features">Current Features</a></li>
<li role="presentation" class="active"><a href="/planned-features">Upcoming Features</a></li>
</ul>
</div>
</div>
</div>
</section>
<section id="qcapp" class="static-content">
<section class="wrapper features vh">
<section>
<div class="container">
<div class="row">
<div class="col-md-12">
<h3>
These features are currently being integrated into QuantifiedCode CE and will be available soon.
</h3>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row">
<div class="space-bottom-20 col-lg-5 col-md-5 col-sm-5 col-xs-10 col-lg-offset-0 col-md-offset-0 col-sm-offset-0 col-xs-offset-0">
<img class="img-responsive center-block space-top-20" src="/images/features/email-notification.png" />
</div>
<div class="col-lg-5 col-md-5 col-sm-5 col-xs-12 col-lg-offset-1 col-md-offset-1 col-sm-offset-1">
<a name="notifications"></a>
<h3 class="head-small">Notifications</h3>
<h5 class="subhead-small">Get actionable insights—immediately</h5>
<p>Take immediate action, whenever an issue occurs. Get notified via <strong>Email or Slack</strong> and fix security, performance or quality problems before they affect your product.<br /><br /><strong>Available notifications:</strong>
</p>
<ul class="list">
<li>Instant error warnings</li>
<li>Daily quality summaries</li>
<li>Weekly quality summaries</li>
</ul>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row">
<div class="space-bottom-20 col-lg-5 col-md-5 col-sm-5 col-xs-10 col-lg-offset-0 col-md-offset-0 col-sm-offset-0 col-xs-offset-0 col-lg-push-6 col-md-push-6 col-sm-push-6">
<img class="img-responsive center-block space-top-20" src="/images/features/pullrequest-integration.png" />
</div>
<div class="col-lg-5 col-md-5 col-sm-5 col-xs-12 col-lg-offset-1 col-md-offset-1 col-sm-offset-1 col-lg-pull-6 col-md-pull-6 col-sm-pull-6">
<a name="pull-request"></a>
<h3 class="head-small">Github & Gitlab Integration</h3>
<h5 class="subhead-small">Deploy healthy code</h5>
<p>Healthy code is fundamental to deliver great products. Automatically <strong>analyze all your GitHub Pull Requests</strong> for quality, performance, maintainability and security issues to ensure your code base stays safe and sound.</p>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row">
<div class="space-bottom-20 col-lg-5 col-md-5 col-sm-5 col-xs-10 col-lg-offset-0 col-md-offset-0 col-sm-offset-0 col-xs-offset-0">
<img class="img-responsive center-block space-top-20" src="/images/features/team-collaboration.png" />
</div>
<div class="col-lg-5 col-md-5 col-sm-5 col-xs-12 col-lg-offset-1 col-md-offset-1 col-sm-offset-1">
<a name="team-collaboration"></a>
<h3 class="head-small">Team collaboration</h3>
<h5 class="subhead-small">Software quality is a team effort</h5>
<p>Add and manage all your collaborators and team members to ensure anyone is on the same page. Adding new collaborators is free by the way—so don't wait to get your team onboarded.</p>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<div class="row">
<div class="space-bottom-20 col-lg-5 col-md-5 col-sm-5 col-xs-10 col-lg-offset-0 col-md-offset-0 col-sm-offset-0 col-xs-offset-0 col-lg-push-6 col-md-push-6 col-sm-push-6">
<img class="img-responsive center-block space-top-20" src="/images/features/knowledge-base.png" />
</div>
<div class="col-lg-5 col-md-5 col-sm-5 col-xs-12 col-lg-offset-1 col-md-offset-1 col-sm-offset-1 col-lg-pull-6 col-md-pull-6 col-sm-pull-6">
<a name="knowledge-base"></a>
<h3 class="head-small">Knowledge Base</h3>
<h5 class="subhead-small">Onboard faster & learn "on-the-code"</h5>
<p>Learn "on-the-code" from hundreds of best practices in our <a href="/knowledge-base">Knowledge Base</a>. For every problem that we detect in your code, you'll get <strong>thorough best practice solutions</strong> and relevant links to documentation, expert blogs or StackOverflow. This saves you a lot of research time and helps you master Python and Python frameworks much faster.</p>
</div>
</div>
</div>
</section>
</section>
</section>
</div>
<script src="/theme/bower_components/jquery/dist/jquery.min.js" type="text/javascript"></script>
<script src="/theme/bower_components/bootstrap/dist/js/bootstrap.min.js" type="text/javascript"></script>
</body>
</html>