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: CONTRIBUTING.md
+4
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,10 @@ request heck of a lot easier for us.
11
11
Please avoid including anything from the `dist/` directory as that can make merging harder, and we
12
12
always generate these files when we make a new release.
13
13
14
+
**We're currently in transitioning where a large part of the code, i.e. the bootstrap decorator, has been moved to it's own repo. It's here [github.com/Textalk/angular-schema-form-bootstrap](https://github.com/Textalk/angular-schema-form-bootstrap)**
15
+
16
+
Feel free to submit issues on the main repo anyway though.
17
+
14
18
If its a new field type consider making it an add-on instead,
15
19
especially if it has external dependencies. See [extending Schema Form documentation.](docs/extending.md)
We're still here, in fact we're planning our future right now (2016-03) with a group of **eager contributors**! You may have noticed recent changes to the project GitHub location? Well that is so we can start a discussion in Gitter about how to move forward in a more **open** and **inclusive** way so the burden of development is not all down to David and the good folk at **Textalk**. So please get in touch with the **json-schema-form** org if you want to get involved, otherwise, **get ready for some long overdue progress** soon.
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):
14
16
17
+
The json-schema-form standard
18
+
-----------------------------
19
+
A standard, json-schema-form, is being created.
20
+
21
+
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
+
Current 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
+
1. ASF has changed into using a more open governance model. This basically means that ASF is now governed by more people.
28
+
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.
29
+
30
+
Projects
31
+
--------
32
+
After a phase of planning, the following list of projects has been decided upon:
The goal for that version is to include the breaking changes that is needed for future developments, like *Of and local $refs:
40
+
41
+
* Break out the non-framework specific parts of ASF into a vanilla ES6 module
42
+
* 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.
43
+
44
+
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.
45
+
Work in that direction is being done in the [json-schema-form-core](https://github.com/json-schema-form/json-schema-form-core) repository.
46
+
47
+
Schema builder UI
48
+
-----------------
49
+
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).
50
+
51
+
Ralphael Owino (main author), has a [demo up already](http://ralphowino.github.io/schema-form-builder/#/builder).
52
+
53
+
Schema and form repository
54
+
--------------------------
55
+
This is now a [repository with template schemas and forms](https://github.com/json-schema-form/json-schema-form-repository).
56
+
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*.
57
+
58
+
Documentation
59
+
-------------
60
+
The documentation is evolving, and it is happening mostly on the wiki:
0 commit comments