forked from joaool/MotherGithub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_usage.html
97 lines (96 loc) · 5.94 KB
/
_usage.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<div id="_usage">
<header class="page-header" id="overview">
<div class="container">
<p class="lead">What it does > Usage Examples</p>
<p>NOTE: We are currently in a beta version - the content below refers to the full version.</p>
</div>
</header>
<div class="container">
<!-- Docs nav
================================================== -->
<div class="row">
<div class="col-xs-4">
<ul class="nav nav-list bs-docs-sidenav">
<!-- <li><a href="#from-your-brain"><i class="icon-chevron-right"></i>From your brain...</a></li>
<li><a href="#be-your-own"><i class="icon-chevron-right"></i>Be your own domain expert</a></li>
<li><a href="#use-the-experts"><i class="icon-chevron-right"></i>Use the expert's advantage</a></li> -->
</ul>
</div>
<div class="col-xs-4">
<!-- <img src="assets/img/brain.jpg" style="height:300px;" id="pic_brain" class="img-responsive" /> -->
</div>
<div class="col-xs-4">
<!-- <img src="assets/img/fromBrainTo.jpg" style="height:300px;" id="pic_brain" class="img-responsive" /> -->
</div>
<div class="span9">
<!-- from-your-brain
================================================== -->
<section id="case1">
<div class="row">
<div class="col-xs-4">
<img src="FL_ui/img/_usageInvoice.png" style="height:300px;" id="pic_expert" class="img-responsive" />
</div>
<div class="col-xs-8">
<h1><strong>Use case #1</strong></h1>
<p class="lead">A services company wants a process to let their customers update their data, select the level of service, send them the invoice and receive their payments.<br>
<h4><strong>How to do it with FrameLink ?</strong></h4>
<div style="margin-left:2.0em;">
<li>The customers's data is uploaded to FrameLink.</li>
<li>An Invoice/Payment service is added to Framelink Database. With this service, a 'Payment' button will be availabele within the Form/Grids. The 'Payment' button will give access to a payment gateway that upon confirmation, will send the invoive to the customer's email.</li>
<li>A dedicated form - Form/Grids service - is added to Framelink Database. This form will allow each customer to update their data and choose the available service levels. A 'Payment' buton is placed in the form to receive customer's payments. The option of giving a login access to every customer is selected.</li>
</div>
</div>
</div>
</section>
<!-- be-your-own
================================================== -->
<section id="case2">
<div class="row">
<div class="col-xs-4">
<img src="FL_ui/img/_usageEmail.png" style="height:300px;" id="pic_expert" class="img-responsive" />
</div>
<div class="col-xs-8">
<h1><strong>Use case #2</strong></h1>
<p class="lead">A small consulting company wants to send regular personalized newsletters to their subscription customers. The newsletter content to be send, depends on the customer subscription level.<br>
<h4><strong>Other requirements:<br></strong></h4>
<div style="margin-left:2.0em;margin-top:0.0em;">
<li>All customer information necessary to send the newsletters (including the type of subscription and the email) should be accessible to all company staff members.</li>
<li>Some information (such as Email and telephone for contact) should be accessible to each customer so that they can keep their own data updated.</li>
</div>
<h4><strong>How to do it with FrameLink ?</strong></h4>
<div style="margin-left:2.0em;margin-top:0.0em;">
<li>The customer data is uploaded to FrameLink</li>
<li>A dedicated form - Form/Grids service - is edited to allow each customer to edit their own data. The option of giving a login access to every customer is selected.</li>
<li>An Email/Newsletter service is added to Framelink Database. This service will create a menu option to create a newsletter definition, and an option to accept multiple-criteria to select the customers that will receive the personalized newsletter.</li>
</div>
</div>
</div>
</section>
<!-- use-the-experts
================================================== -->
<section id="case3">
<div class="row">
<div class="col-xs-4">
<img src="FL_ui/img/_usageGeneralMeeting.png" style="height:300px;" id="pic_expert" class="img-responsive" />
</div>
<div class="col-xs-8">
<h1><strong>Use case #3</strong></h1>
<p class="lead">An association wants to invite their members to general meetings, sending them an Email one month before the meeting, and an SMS and a phone call the day before.<br>
<h4><strong>Other requirement:<br></strong></h4>
<div style="margin-left:2.0em;">
<li>The association members should be able to update their own data (name, address, email, phone number, password). </li>
</div>
<h4><strong>How to do it with FrameLink ?</strong></h4>
<div style="margin-left:2.0em;">
<li>The member's data is uploaded to FrameLink</li>
<li>A dedicated form - Form/Grids service - is added to Framelink Database. This form will allow each member to edit their own data. The option of giving a login access to every member is selected.</li>
<li>An Email/Newsletter service is added to Framelink Database. This service will create a menu option to define the invitation Email, and an option to select the members that will receive it.</li>
<li>A SMS service is added to Framelink Database. This service will create a menu option to define a personalized text for the SMS, and an option to select the members that will receive the SMS remember note one day before the event.</li>
<li>A voice service is added to Framelink Database. This service will create a menu option to define a personalized text that will be converted to phone call, and an option to select the members that will receive the phone call one day before the event.</li>
</div>
</div>
</div>
</section>
</div> <!--"span9" -->
</div> <!-- container -->
</div>