sam5863015
Posts: 0
Joined: Thu May 16, 2013 5:50 pm

Comparison App

Hello, I was wondering if you could point me in the right direction.

I am making a new app that has a comparison fuction built in, the comaprison should be able to compare up to 6 items (Cars) then tell the user which item is best suited to the users needs. The user will first enter and store his/her preferences that will be stored on the app as a default, then on another page can enter details of Car A, once the user has completed the form the user is redirected to the comparison page where it lists the top six compared cars in order of best matched. This info is also then sent to the user by email.

I was thinking that the default preferences could be stored on the database but how will each user only see his/her preference and not anyone elses.

E-mail I was thinking send grid.

How can I get the comparison to work set everything else up?

If you could help me out or direct me to where I can read up on this that would be great.

Thank you

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Comparison App

Hello --

  • the main logic of comparison in the app can be made using JavaScript, you can look for such examples on the internet.

    [quote:]
    I was thinking that the default preferences could be stored on the database but how will each user only see his/her preference and not anyone elses.
    [/quote]

  • you can store the information that will be default for the user in database and after that check if he is signed up or not and read the default preferences for appropriate user.
    How to use it you can look here in our docs :: http://docs.appery.io/documentation/b...

Return to “Issues”