Skip to content

Commit 7e573f4

Browse files
committed
Improve the documentation.
Change-Id: I60e35cf0eb773ecd2b177303e80b535440a09197
1 parent 9a14439 commit 7e573f4

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

index.html

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h2>Eclipse Sirius</h2>
9191
<div class="jumbotron-photo"><img src="images/PackageDiagram.png"></div>
9292
<div class="jumbotron-contents">
9393
<h2>Package Diagram</h2>
94-
<p>The Package Diagram of the Dart Designer will let you have a bird eye view of your project by having a look at the various Dart packages used and their dependencies. From this main viewpoint, you can navigate to other representations of your Dart resources by jumping on very quickly to a Class Diagram representation of your Dart package.</p>
94+
<p>The Package Diagram of the Dart Designer will let you have a bird eye view of your project by having a look at the various Dart packages used and their dependencies. From this main viewpoint, you can <strong>navigate to other representations</strong> of your Dart resources by jumping on very quickly to a Class Diagram representation of your Dart package.</p>
9595
</div>
9696
</div>
9797
</div>
@@ -101,7 +101,7 @@ <h2>Package Diagram</h2>
101101
<div class="jumbotron-photo"><img src="images/ClassDiagram.png"></div>
102102
<div class="jumbotron-contents">
103103
<h2>Class Diagram</h2>
104-
<p>The Class Diagram is the main representation of the entities of your Dart application. Tailored to the need of Dart developers, this Class Diagram representation let you manipulate native concepts of the Dart language like metadata, applications or even libraries. From this representation, you can easily see the various relations between your entities (mixins, implements or extends).</p>
104+
<p>The Class Diagram is the main representation of the entities of your Dart application. Tailored to the need of Dart developers, this Class Diagram representation let you manipulate <strong>native concepts of the Dart language</strong> like metadata, applications or even libraries. From this representation, you can easily see the various relations between your entities (mixins, implements or extends).</p>
105105
</div>
106106
</div>
107107
</div>
@@ -110,7 +110,7 @@ <h2>Class Diagram</h2>
110110
<div class="jumbotron">
111111
<div class="jumbotron-contents">
112112
<h2>Unsynchronized Representations</h2>
113-
<p>Most of the representation are not fully synchronized with your data, as a result if you want to create a Class Diagram, it does not have to display all the classes, libraries or applications available in your Dart package. You can easily create multiple representations on various subsets of your data.</p>
113+
<p>Most of the representation are not fully synchronized with your data, as a result if you want to create a Class Diagram, it does not have to display all the classes, libraries or applications available in your Dart package. You can easily <strong>create multiple representations on various subsets of your entities.</strong>.</p>
114114
</div>
115115
</div>
116116
</div>
@@ -119,7 +119,7 @@ <h2>Unsynchronized Representations</h2>
119119
<div class="jumbotron">
120120
<div class="jumbotron-contents">
121121
<h2>Synchronized Data</h2>
122-
<p>Contrary to the representations, the data of your Dart Designer projects are fully synchronized. Make a change on an entity in one representation (like a Class Diagram) and you can see the impact in real time on all the other representations using this entity (like another Class Diagram or a Package Diagram).</p>
122+
<p>Contrary to the representations, the data of your Dart Designer projects are fully synchronized. Make a change on an entity in one representation (like a Class Diagram) and you can <strong>see the impact in real time on all the other representations</strong> using this entity (like another Class or Package Diagram).</p>
123123
</div>
124124
</div>
125125
</div>
@@ -133,14 +133,15 @@ <h2>Synchronized Data</h2>
133133
<div class="row">
134134
<h1>Releases</h1>
135135
<ul>
136-
<li>Hyperbolic Void <span class="label label-primary">next release</span></li>
137-
<li>Minimalist Dawn</li>
136+
<li>Hyperbolic Void <span class="label label-info">current release</span></li>
137+
<li>Minimalist Dawn <span class="label label-primary">next release</span></li>
138+
<li>Confidential Cruise</li>
138139
</ul>
139140

140141
<div class="col-md-8">
141142
<div class="panel panel-primary">
142143
<div class="panel-heading">
143-
<h3 class="panel-title">Hyperbolic Void (0.1.0) - Next Release</h3>
144+
<h3 class="panel-title">Hyperbolic Void (0.1.0)</h3>
144145
</div>
145146
<div class="panel-body">
146147
This first release will contain the first basic version of a couple of designers for Dart including the Package Diagram, the Explorer Diagram and the Class Diagram. It will also be used to iron out some of the details of the branding and the release engineering process.
@@ -151,10 +152,21 @@ <h3 class="panel-title">Hyperbolic Void (0.1.0) - Next Release</h3>
151152
<div class="col-md-8">
152153
<div class="panel panel-primary">
153154
<div class="panel-heading">
154-
<h3 class="panel-title">Minimalist Dawn (0.2.0)</h3>
155+
<h3 class="panel-title">Minimalist Dawn (0.2.0) - Next Release</h3>
155156
</div>
156157
<div class="panel-body">
157-
The main focus of this release will be the improvement of the Class diagram.
158+
The main focus of this release will be the improvement of the Class diagram. New elements and relationships will be visible in the Class diagram like fields and methods. The direct edit will also be improved.
159+
</div>
160+
</div>
161+
</div>
162+
163+
<div class="col-md-8">
164+
<div class="panel panel-primary">
165+
<div class="panel-heading">
166+
<h3 class="panel-title">Confidential Cruise (0.3.0)</h3>
167+
</div>
168+
<div class="panel-body">
169+
The main focus of this release will be the introduction of a new kind of Diagram.
158170
</div>
159171
</div>
160172
</div>

0 commit comments

Comments
 (0)