Skip to content

Commit 104519b

Browse files
committed
Remove recent developments
Remove the recent developments and add a link to the wiki article instead
1 parent fd3e953 commit 104519b

File tree

1 file changed

+2
-60
lines changed

1 file changed

+2
-60
lines changed

README.md

Lines changed: 2 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -9,72 +9,14 @@ Angular Schema Form
99

1010
Generate forms from JSON schemas using AngularJS!
1111

12-
Recent developments
13-
===================
14-
First, as there has been a rather intensive period of planning and change for this project, there have been important new developments for the project.
15-
Lets get into those first(the normal front page continues below):
16-
17-
The json-schema-form standard
18-
-----------------------------
19-
A standard, json-schema-form, is being created.
20-
21-
The reason is that the concept of combining data, JSON Schema and a form definition is something that isn't just usable in a javascript angular web application, but in any framework, on any platform.
22-
Currently, there ports are [angular-schema-form](https://github.com/json-schema-form/angular-schema-form) and [react-schema-form](https://github.com/networknt/react-schema-form), but delphi-schema-form and laravel-schema-form are planned as well.
23-
To make these ports easier to do, and for everything to work in harmony, a common ground has to be established, a [standard](https://github.com/json-schema-form/json-schema-form).
24-
25-
Organisational
26-
--------------
27-
28-
1. ASF has changed into using a more open governance model. This basically means that ASF is now governed by more people.
29-
2. An umbrella organisaton, json-schema-form, has been formed. As you can see, this repo is now a part of that Github organisation, not Textalk.
30-
31-
Projects
32-
--------
33-
After a phase of planning, the following list of projects has been decided upon:
34-
https://github.com/json-schema-form/json-schema-form/wiki/Current-projects
35-
36-
Release 1.0
37-
-----------
38-
The next major release of ASF will be 1.0.
39-
40-
The goal for that version is to include the breaking changes that is needed for future developents, like *Of and local $refs:
41-
42-
* Break out the non-framework specific parts of ASF into a vanilla ES6 module
43-
* Remove the built-in bootstrap decorator, and in doing that require that users wanting to use that load that separately. The reason obviously being the material decorator.
44-
45-
The reason for the core break out is for all javascript-based ports of the json-schema-form concept to be able to share the same central code base.
46-
Work in that direction is being done in the [json-schema-form-core](https://github.com/json-schema-form/json-schema-form-core) repository.
47-
48-
Schema builder UI
49-
-----------------
50-
There is now a UI for building schemas and forms being developed at [json-schema-builder repository](https://github.com/json-schema-form/json-schema-builder).
51-
52-
Ralphael Owino (main author), has a [demo up already](http://ralphowino.github.io/schema-form-builder/#/builder).
53-
54-
Schema and form repository
55-
--------------------------
56-
This is now a [repository with template schemas and forms](https://github.com/json-schema-form/json-schema-form-repository).
57-
So far all the [schema.org types](http://schema.org/docs/full.html) has been converted to JSON schema approximations, and also some has been further resolved and had (huge) forms generated. Schema.org is *big*.
58-
59-
Documentation
60-
-------------
61-
The documentation is evolving, and it is happening mostly on the wiki:
62-
* [The ASF wiki](https://github.com/json-schema-form/angular-schema-form/wiki)
63-
* [The wiki of the json-schema-form organisation](https://github.com/json-schema-form/json-schema-form/wiki)
64-
65-
New gitter rooms
66-
----------------
67-
These are just started.
68-
* Discussions on the [general json-schema-form projects being carried out](https://gitter.im/json-schema-form/json-schema-form-projects)
69-
* Discussions on the [angular-specific ASF projects](https://gitter.im/json-schema-form/angular-schema-form-projects)
70-
71-
7212
The Blog / The Web Site / The Twitter / The Movie
7313
=================================================
7414
[medium.com/@SchemaFormIO](https://medium.com/@SchemaFormIO) / [schemaform.io](http://schemaform.io) / [@SchemaFormIO](http://twitter.com/SchemaFormIO) / [Movie](https://www.youtube.com/watch?v=duBFMipRq2o)
7515

7616
If you use ASF in your project/company please let us know! We'd love to feature you on the site.
7717

18+
There has been some recent developments in this project that you might want to [read about](https://github.com/json-schema-form/angular-schema-form/wiki/Recent-developments).
19+
7820
Demo Time!
7921
==========
8022
[Try out the example page](http://schemaform.io/examples/bootstrap-example.html). Try editing the schema or form definition and see what comes out!

0 commit comments

Comments
 (0)