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
+17-10Lines changed: 17 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ In a web browser, go to the url [http://localhost:3000/](http://localhost:3000/)
35
35
For the REST endpoints, you also need to install and run [Evolutility-Server-Node](https://github.com/evoluteur/evolutility-server-node) which provides the matching REST endpoints based on the same metadata.
36
36
37
37
38
-
## Configuration
38
+
## Setup
39
39
40
40
Configurations options are specified in the file [/src/config.js](https://github.com/evoluteur/evolutility-ui-react/blob/master/src/config.js). They apply to all apps (app specific options are specified in models).
41
41
@@ -55,10 +55,10 @@ For any object, a single model defines UI elements across views in a simple decl
55
55
56
56
Evolutility-UI-React provides 2 types of view:
57
57
58
-
* Views for a model: [Browse](#browse), [Edit](#edit).
59
-
* Views for a collection: [List](#list), [Cards](#cards), [Charts](#charts), [Stats](#stats).
58
+
* Views for One - a single record: [Browse](#browse), [Edit](#edit).
59
+
* Views for Many - a collection of records: [List](#list), [Cards](#cards), [Charts](#charts), [Stats](#stats).
60
60
61
-
Notes: Views for actions will come later.
61
+
Notes: Views for actions (search, filter, export) will come later.
62
62
63
63
A large part of the API (methods, options and events) is common to all views. Some views have additional API.
[Evolutility-UI-jQuery](https://github.com/evoluteur/evolutility-ui-jquery) - Model-driven Web UI for CRUD using jQuery and Backbone (for REST or localStorage).
322
+
[Evolutility-Server-Node](https://github.com/evoluteur/evolutility-server-node) provides REST or GraphQL end-points for Evolutility-UI-React using the same models.
323
+
324
+
### Earlier implementations for other stacks
318
325
319
-
[Evolutility-Server-Node](https://github.com/evoluteur/evolutility-server-node) - RESTful Micro-ORM for CRUD and more, written in Javascript, using Node.js, Express, and Postgres.
326
+
[Evolutility-UI-jQuery](https://github.com/evoluteur/evolutility-ui-jquery) - Model-driven Web UI for CRUD using jQuery and Backbone (for REST or localStorage).
320
327
321
328
[Evolutility-ASP.net](https://github.com/evoluteur/evolutility-asp.net) - Lightweight CRUD framework for heavy lifting with ASP.net and Microsoft SQL-Server.
0 commit comments