Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 959 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 959 Bytes

Smart Answers

Toolkit for building smart answers. Have a look at test/unit/flow_test.rb for example usage.

This application supports two styles of writing and executing smart answers:

Ruby and YAML-based smart answer flows

For more information, please go to the Ruby/YAML SmartAnswer README

Smartdown-based smart answer flows

For more information, please go to the Smartdown SmartAnswer README

Switching from one style to another

Smart answers are by default expected to be in Ruby/YAML style. To transition a smart answer from Ruby/YML to Smartdown style, register it in the smartdown registry (lib/smartdown/registry.rb).

Testing

Run unit tests by executing the following:

bundle exec rake

Issues/todos

Please see the github issues page.