This is an automated email from the ASF dual-hosted git repository.
eroma pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 6f1b8d3 Adding CMS details and images
6f1b8d3 is described below
commit 6f1b8d3a8128e427688b26e143cd6d462caea406
Author: Eroma Abeysinghe <[email protected]>
AuthorDate: Sun Jul 28 13:11:51 2019 -0400
Adding CMS details and images
---
docs/user-documentation/JSON-tutorials.md | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/docs/user-documentation/JSON-tutorials.md
b/docs/user-documentation/JSON-tutorials.md
index e69de29..a069ee0 100644
--- a/docs/user-documentation/JSON-tutorials.md
+++ b/docs/user-documentation/JSON-tutorials.md
@@ -0,0 +1,14 @@
+##Advance Application Input Configuration
+
+###Introduction
+
+The Django portal for Apache Airavata middleware is new and caters to wider
range of requirements from Gateways. <br>
+
+One major requirement was more flexibility in application inputs. In the
previous PGA, inputs were Integer, String, Number and URI.
+User requirements were to have more options when adding these input types to
their applications, such as option buttons, Cascading inputs, etc…
+
+In Django in order to advance the input types JSON scripting is used.
+When using JSON scripting, prior the developer/gateway admin need to add the
component in to Django framework in order for it to work.
+
+###String Input Validations
+