Open steefmin opened 7 years ago
https://github.com/howdyai/botkit/blob/master/docs/readme.md#control-conversation-flow
Rework all the conversations so that they are prebuilt and then executed:
svlo-task-api.js
is already quite nice.functions.js
needs to be split up into:
post.js
that is mainly there to throw tasks into slack,verify.js
to verify functions.js
that does no callback functions. bot
and controller
back into elsje.js
elsje.js
should only be there to setup listeners and prepare conversations
http://callbackhell.com/