AgileVentures / asyncvoter-slack-bot

0 stars 0 forks source link

[WIP] Support multiple parallel votes #15

Open arreche opened 7 years ago

arreche commented 7 years ago

closes #6

arreche commented 7 years ago

Currently, testing and developing the bot (both automatically and manually) is really difficult!

I noticed a pattern in the base code:

  1. Bot parse some text input.
  2. Some casting logic is applied.
  3. Bot format some text output.

So I think we could mitigate this problem encapsulating the casting logic in a separate module without depending of BotKit.

tansaku commented 7 years ago

@arreche - have resolved conflicts - great input from you - just thinking about the best way to move forward ...