Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rjs_json_form
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
rjs_json_form
Commits
7e8a631e
Commit
7e8a631e
authored
Mar 05, 2018
by
Boris Kocherov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add todo
parent
f1ed834a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
README.md
README.md
+12
-1
No files found.
README.md
View file @
7e8a631e
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
[
gadget_erp5_page_slap_load_schema.html
](
gadget_erp5_page_slap_load_schema.html
)
[
gadget_erp5_page_slap_load_schema.html
](
gadget_erp5_page_slap_load_schema.html
)
*
**done**
remove jquery dependence
*
**done**
remove jquery dependence
*
support in $ref
[
rfc6901
](
https://tools.ietf.org/html/rfc6901
)
**Gadget for recursive form generation**
**Gadget for recursive form generation**
...
@@ -15,9 +16,10 @@
...
@@ -15,9 +16,10 @@
*
**done**
remove slapos specific code
*
**done**
remove slapos specific code
*
**partly done**
remove jquery dependence
*
**partly done**
remove jquery dependence
*
**partly done**
full support of json schema
*
**partly done**
full support of json schema
*
support in path
[
rfc6901
](
https://tools.ietf.org/html/rfc6901
)
*
using changeState and mutex
*
using changeState and mutex
*
separate form design from code for form generation
*
separate form design from code for form generation
*
add general using documention
*
add general using document
at
ion
**Gadget for generate slapos parameter form**
**Gadget for generate slapos parameter form**
...
@@ -45,10 +47,15 @@ Below is the list of JSON Schema validation properties and current supported sta
...
@@ -45,10 +47,15 @@ Below is the list of JSON Schema validation properties and current supported sta
**fixed**
*rendering is not supported*
**fixed**
*rendering is not supported*
*
`additionalItems`
*
`additionalItems`
-
rendering is not supported
*
`items`
*
`items`
-
union is not supported
*
`maxItems`
*
`maxItems`
-
rendering is not supported
*
`minItems`
*
`minItems`
-
rendering is not supported
*
`uniqueItems`
*
`uniqueItems`
-
rendering is not supported
**integer**
*(Number uses the same properties so if you need `number`, set your `type` explicitly)*
**integer**
*(Number uses the same properties so if you need `number`, set your `type` explicitly)*
...
@@ -63,9 +70,13 @@ Below is the list of JSON Schema validation properties and current supported sta
...
@@ -63,9 +70,13 @@ Below is the list of JSON Schema validation properties and current supported sta
**object**
**object**
*
`additionalProperties`
*
`additionalProperties`
-
rendering is not supported
*
`dependencies`
*
`dependencies`
-
rendering is not supported
*
`maxProperties`
*
`maxProperties`
-
rendering is not supported
*
`minProperties`
*
`minProperties`
-
rendering is not supported
*
`patternProperties`
*
`patternProperties`
-
**fixed**
values can be only
`object`
types
-
**fixed**
values can be only
`object`
types
-
add buttons for remove existed
`patternProperties`
-
add buttons for remove existed
`patternProperties`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment