storyboard-webclient/src/app/templates/index.html

67 lines
2.9 KiB
HTML

<!--
~ Copyright (c) 2013 Hewlett-Packard Development Company, L.P.
~
~ Licensed under the Apache License, Version 2.0 (the "License"); you may
~ not use this file except in compliance with the License. You may obtain
~ a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
~ License for the specific language governing permissions and limitations
~ under the License.
-->
<div class="container">
<div class="row">
<div class="col-sm-12 jumbotron">
<h1>Storyboard</h1>
<p class="lead">A task tracking system for inter-related
projects.</p>
<p>StoryBoard lets you track what needs to be done across projects
and branches.
It is a proof-of-concept demo of what the ideal OpenStack task
tracker would
look like. It may or may not end up replacing Launchpad
Bugs/Blueprints for OpenStack task tracking and release
management.</p>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<h2>Stories</h2>
<p>It all begins with a <strong>story</strong>. A story is a bug
report or proposed feature. Stories are then further split into
<strong>tasks</strong>, which affect a given project and branch.
You can easily track backports of bugs to a specific branch, or
plan cross-project features.</p>
<a href="#!/stories" class="btn btn-info">Access Stories
<i class="fa fa-chevron-right"></i> </a></div>
<div class="col-sm-4">
<h2>Projects</h2>
<p>StoryBoard lets you efficiently track your work across a large
number of interrelated projects. Flexible <strong>project
groups</strong> lets you get the views that makes the most
sense to you.</p>
<a href="#!/projects" class="btn btn-info">Access Projects
<i class="fa fa-chevron-right"></i> </a>
</div>
<div class="col-sm-4">
<h2>But why?</h2>
<p>The OpenStack project is now running into a number of limitations
and annoying differences in workflow with Launchpad. At the same
time, Launchpad development stalled, leaving us with little
chances to improve the tool to suit our needs. This POC reuses
key Launchpad concepts (like bug tasks) and goes beyond.</p>
<a href="https://github.com/ttx/storyboard/blob/master/README.rst"
class="btn btn-info">See project README
<i class="fa fa-chevron-right"></i> </a></div>
</div>
</div>