GithubHelp home page GithubHelp logo

API example about convform HOT 4 OPEN

turbocpt avatar turbocpt commented on June 21, 2024
API example

from convform.

Comments (4)

turbocpt avatar turbocpt commented on June 21, 2024

Just some clarity on this. I am doing this for a charity program where people can donate clothing, new and old. So I can give more detail if you are able to assist.

from convform.

eduardotkoller avatar eduardotkoller commented on June 21, 2024

Hi there @turbocpt ,

To give you more clarity on this: view the plugin (and the conversation) as a state machine. Every state expects some input and tells which is the new state based on the input. When the plugins builds the conversation from a form, it builds the states and transition between states as a linked list of objects, and is predetermined from the start.

To use it expecting responses from an API, you have to build the states dynamically. The example at https://github.com/eduardotkoller/convForm/blob/master/api_example.html (the function at line 40) can give you a hint on how to do that. Use the input from the user to send the request for the API, use response from the API to build a new state and link the current state to it, and call the ready function passed as a parameter to the onInputSubmit.

I can't really help you more than that, the last time I used jQuery was when I created this (sorry).

from convform.

eduardotkoller avatar eduardotkoller commented on June 21, 2024

Another way of doing this is passing the logic to the templating engine. If your "conversation" is kinda fixed (based on a json file that shouldn't change while the user is using the form), you can make a call for the API to get the json file, build the conversation using HTML and initialize the plugin after.

from convform.

turbocpt avatar turbocpt commented on June 21, 2024

@eduardotkoller Thank you very much for the reply. I am clueless when it comes to jquery, but I will try and make sense of how to do this.

from convform.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.