[SAMPLE APP][DATA-CONTROL-CONSUMER] Workflow and prerequisites section added
authorMichal Skorupinski <m.skorupinsk@samsung.com>
Wed, 7 Oct 2015 12:42:46 +0000 (14:42 +0200)
committerMichal Skorupinski <m.skorupinsk@samsung.com>
Mon, 12 Oct 2015 11:53:20 +0000 (13:53 +0200)
Change-Id: I9d07b20cc6465685bcd4b5f4167ce75abf51e395
Signed-off-by: Michal Skorupinski <m.skorupinsk@samsung.com>
org.tizen.sampledescriptions/html/images/data_control_consumer/data-control-consumer-workflow.png [new file with mode: 0644]
org.tizen.sampledescriptions/html/mobile_n/data_control_consumer_sd_mn.htm

diff --git a/org.tizen.sampledescriptions/html/images/data_control_consumer/data-control-consumer-workflow.png b/org.tizen.sampledescriptions/html/images/data_control_consumer/data-control-consumer-workflow.png
new file mode 100644 (file)
index 0000000..cc421c5
Binary files /dev/null and b/org.tizen.sampledescriptions/html/images/data_control_consumer/data-control-consumer-workflow.png differ
index 49988d6..190b0e7 100644 (file)
                <img alt="Data-Control-Consumer sql layout structure " hspace="80" height="550" src="../images/data_control_consumer/data-control-consumer-sql-layout.png" />
        </p>
 
+       <p> The application's workflow can be divided into the following pipelines:</p>
+               <ul>
+                       <li>application initialization;</li>
+                       <li>map request and response;</li>
+                       <li>sql request and response.</li>
+               </ul>
+       </p>
+
+       <p id="ui-struct" class="figure">Figure: Data-Control-Consumer application workflow.</p>
+       <p style="text-align:center;">
+               <img alt="Data-Control-Consumer application workflow" hspace="80" height="550" src="../images/data_control_consumer/data-control-consumer-workflow.png" />
+       </p>
+
+       <h3>Prerequisites</h3>
+
+               <ul>
+                       <li>The provider's app id must be obtained.</li>
+                       <li>Privileges required:</li>
+                       <ul>
+                               <li>http://tizen.org/privilege/datasharing;</li>
+                               <li>http://tizen.org/privilege/appmanager.launch.</li>
+                       </ul>
+               </ul>