You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,14 @@
3
3
evolutility.js is a work in progress. Eventually it will be a generic UI to build applications who can change form, volume, and structure like living organisms.
4
4
5
5
The idea is to build a set of generic Backbone views to perform all CRUD (Create, Read, Update and Delete) operations on records of any data structure.
6
-
For each object the whole set of views is defined in a single UI-model containing the description of UI (layout, fields and behaviors).
6
+
For each object the whole set of views is defined in a single UI-model containing the description of the UI (fields mapping, layout, and behavior).
7
7
8
8
## The Plan
9
9
10
10
1. Update [Evolutility metamodel] (http://www.codeproject.com/Articles/28636/Minimalist-Meta-Model-for-CRUD-Applications) (model of the UI models)
11
11
2. Code the generic UI views based on the metamodel
12
12
3. Add a toolbar and a controller for all these views
13
-
4. Make demo apps
13
+
4. Make [demo apps](http://evoluteur.github.io/evolutility/demo/index.html)
14
14
5. Make [an app to make apps] (http://www.codeproject.com/Articles/28810/Wizard-and-CRUD-Applications-to-Build-other-CRUD-A)
<p><br/>evolutility.js is hosted by <ahref="https://github.com/evoluteur/evolutility" target="download">GitHub</a> under the <ahref="http://www.gnu.org/licenses/agpl-3.0.html" target="agpl">AGPL V3</a> license.</p>
52
+
53
+
<p>The code is available at <ahref="https://github.com/evoluteur/evolutility" target="download">GitHub</a> under the <ahref="http://www.gnu.org/licenses/agpl-3.0.html" target="agpl">AGPL V3</a> license.</p>
0 commit comments