Skip to content

Where will I find or should I register what?

Nicklas Börjesson edited this page Apr 18, 2016 · 11 revisions

Because we want to make the concept of combining JSON, a JSON Schema, and a form to make a UI something for all languages and all platforms, there is an architecture of repositories.

If you have a questions, an issue, a bug or something you want to talk about, theses are the repos to check out.

(We won't kill you if you ask a question in the wrong place, but we will try and direct you to the right place. If someone still kills you, please be informed that it was likely unintentional. :-) )

###JSON SCHEMA FORM

This level deals with creating the form or the form standard. For example:

  • how do I create a field set?
  • I not understand how I map an form array field to the correct object property? object[].property?
  • What are the fields in a titleMap?

Create a new issue
Documentation
Gitter discussion

###ANGULAR SCHEMA FORM

This level deals not with the form, but with the Angular implementation:

  • how do I map this to my controller?
  • my parameter is set in the schemaForm directive, but nothing happens?
  • my callback doesn't trigger the code, and it is in the correct scope?
  • my custom behaviour doesn't work.

Create a new issue
Documentation
Gitter discussion

###ANGULAR SCHEMA FORM BOOTSTRAP/ANGULAR SCHEMA FORM MATERIAL

This level deals with the user experience and visuals of the implementation:

  • X looks like crap, is misaligned and frankly, that color choice it awful!
  • Wouldn't it be cool if you could reorder that by dragging there?

Create a new issue bootstrap/material
Documentation bootstrap/material
Gitter discussion bootstrap/material

###Likely not here: JSON SCHEMA FORM CORE

This level deals with what internal mechanics of all java script implementations of JSON Schema Form. As React-Schema-form or Angular-Schema-Form. It is not likely that this is the right place for a user of the framework, only its core developers.