Page 1 of 2

Building a loyalty coupon app???

Posted: Tue Apr 15, 2014 2:44 am
by John Tyrrell

HI
I am sorry i'm new to Appery and realised i posted in the wrong section.

I was wondering,Can anybody help me with building a loyalty coupon for my app is there any rest services out there i can use, or can anybody help me with this?,it would be really great if you could make a tutorial on this, or could point me in the right direction?

I found this tutorial on it, but it is not as clear ??
maybe you could post it in the tutorial section it might be useful to others.

http://docs.appiaries.com/v1/tutorial...

Thanks
John


Building a loyalty coupon app???

Posted: Tue Apr 15, 2014 4:39 am
by Illya Stepanov

Hi John,

There is a lot of application that could be implemented in tutorials.

Currently you can pass following tutorials to understand how to implement your certain logic in Appery.io.

:: http://docs.appery.io/tutorials/build...
:: http://docs.appery.io/tutorials/build...
:: http://docs.appery.io/tutorials/wareh...

And you can add any 3rd party REST APIs as well:
:: http://docs.appery.io/tutorials/build...
:: http://docs.appery.io/tutorials/build...

Regards.


Building a loyalty coupon app???

Posted: Thu Jun 19, 2014 6:05 am
by Alex GG

Hi Appery team,

I have read all tutorials, and have experience developing apps with appery.io, but still dont have idea on how to add loyalty cards on my app.

Can you guide us or give us some ideas on how to achieve this?

I know that I have to add JS code to read QR code, but what should I do after that?

Regards


Building a loyalty coupon app???

Posted: Thu Jun 19, 2014 1:09 pm
by Evgene Karachevtsev

Hello Alex,

Please clarify what result do you want to achieve? Describe the algorithm of logic and the sequence of necessary actions


Building a loyalty coupon app???

Posted: Thu Jun 19, 2014 2:50 pm
by Alex GG

Hi,

I want to achive something like this:
Image

so every time the user repeat a purchase on the same store, he opens the app in the detail page of that bussines, and read the QR code. When he completes the 5 stars he gets a discount or a free item.

Regards


Building a loyalty coupon app???

Posted: Fri Jun 20, 2014 10:46 am
by Evgene Karachevtsev

Hello Alex,

So if you have to use barcodescanner in your application, then when scanning, you should call the service to update in the database the number of stars from this user.Then start the service to check the number of the stars, and if it is more than five assign the appropriate discount to that user, and write him in the DB. This discount will then be included when making purchases


Building a loyalty coupon app???

Posted: Fri Jun 20, 2014 4:29 pm
by Alex GG

hi,
In my app, I dont have a register with email or with facebook.

So in my data base, I dont have registered users.

  1. In this case, should I create a local variable to save the number of stars?

  2. I have a lot of bussinesses each with a different promo for the punch card,
    So, how can I manage all of them inside the app?
    I mean, one user can visit two or more places, and on each punch a different card.

    Regards


Building a loyalty coupon app???

Posted: Sat Jun 21, 2014 4:39 am
by Alex GG

I Am I right? Or should I follow other way?


Building a loyalty coupon app???

Posted: Sat Jun 21, 2014 8:00 am
by Illya Stepanov

Hi Alex,

It's all really depends on your app architecture and logic.

If you have a complex structure promo of business offers, then it's better to have some user registration mechanism.


Building a loyalty coupon app???

Posted: Sat Aug 02, 2014 8:28 pm
by kareem

Alex,

How did it go, with this loyalty feature.

Let me know,

Kareem