codelab icon indicating copy to clipboard operation
codelab copied to clipboard

Create a slack bot to forward all the feedback messages to the chat

Open NothingEverHappens opened this issue 6 years ago • 2 comments

This would probably be a firebase function

NothingEverHappens avatar Aug 16 '19 05:08 NothingEverHappens

It is possible to leave comment messages on every page of the codelab. image

However there's no good way to track this.

The task is:

  • [ ] Have a firebase function which tracks pushes to the feedback array
  • [ ] Post a message to slack chat (http://nycjsorg.now.sh/) #codelab channel (displaying message text and linking to the actual page where the feedback has been filed.

NothingEverHappens avatar Sep 02 '19 00:09 NothingEverHappens

@NothingEverHappens @kirjs Just created one, it posts a message like this on every new feedback message (screenshot from a test slack workspace): Screen Shot 2019-09-02 at 12 25 29 AM

Currently the only problem is that I'm getting this when trying to add it to our slack workspace: Screen Shot 2019-09-02 at 12 26 53 AM

aziz512 avatar Sep 02 '19 04:09 aziz512