usbong / UsbongKit

A framework for reading and displaying contents of Usbong Trees
www.usbong.ph
Apache License 2.0
2 stars 1 forks source link

sendToCloudBasedService feature #26

Open masarapmabuhay opened 7 years ago

masarapmabuhay commented 7 years ago

Salut! It seems that UsbongKit (iOS) doesn't yet have a sendToCloudBasedService feature.

How it works: 1) The person is asked a YES/NO question. 2) If the person chooses YES, the following dialog box appears:

image

3) The person can choose which cloud-based service he/she would want to use. --> note: the services listed in the dialog box depends on which ones are actually installed on the person's device. Therefore, if the person doesn't have dropbox installed, then he/she won't find it in the list. For Android, gmail is automatically installed, so it's in the list.

Here's the syntax one can use in the .utree file to call the sendToCloudBasedService component.

    <task-node name="sendToCloudBasedService~Are you ready to email us your book request?">
        <transition to="textDisplay~Processing... Please press 'NEXT' to continue." name="Any"></transition>
    </task-node>    

This feature is actually quite important, especially when doing data collection. I'm willing to offer compensation for you to implement it on UsbongKit (iOS).

Merci beaucoup toujours!