Skip to content
Joe Sepi edited this page Mar 2, 2017 · 19 revisions

Server

Welcome to the eventquarry-server wiki!

Use Cases

Use Case 1

  1. Open Slack, sign in to the 'eventquarry' team and view the 'planning' channel.
  2. Enter '/q any events in January?'
  3. The /q command triggers the configured slack command, which calls OpenWhisk /api/slack/command,
  4. the command returns all events from the Google Sheet

Use Case 2

  1. Open Slack, sign in to the 'eventquarry' team and view the 'planning' channel.
  2. Enter '/q any events in January?'
  3. The /q command triggers the configured slack command, which calls OpenWhisk /api/slack/command,
  4. The wsk command calls the Watson Conversation service to interpret the question,
  5. Depending on the Watson Conversation result, the command gets the appropiate sheet data

Sample App

Google Sheets API

See the Google Sheets API page.

OpenWhisk

See the OpenWhisk page.

Client

Ionic Conference App

https://github.com/driftyco/ionic-conference-app

Clone this wiki locally