Replies: 5 comments
-
SlackMaybe use this example to learn how to do it: https://github.com/slackapi/node-tasks-app Things to decide:
Resources on workflows:
|
Beta Was this translation helpful? Give feedback.
-
MattermostThings to decide:
|
Beta Was this translation helpful? Give feedback.
-
slash commandsBoth Slack and Mattermost have "slash commands", so these could be valuable slash commands for a vodle plugin:
|
Beta Was this translation helpful? Give feedback.
-
Revisiting this, I have asked ChatGPT about the prospects of a Slack integration:
|
Beta Was this translation helpful? Give feedback.
-
A way easier start that might even solve our syncing issues would be to use the existing codebase to make a matrix/element-based solution:
as a first step, we should use make the current app optionally act as a matrix client (via https://github.com/matrix-org/matrix-js-sdk), using a user-specified matrix home-server (test with https://github.com/element-hq/synapse) to store the user data and syndicate the poll data in the room state data of a poll-specific matrix room (bypassing the couchdb altogether): https://spec.matrix.org/latest/#room-structure also see https://chatgpt.com/share/67f8e9e5-baf0-8003-9875-0b77381d9aca |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It would be nice to integrate vodle polls with Slack, Mattermost, and similar tools, e.g.:
In those tools, ...
Beta Was this translation helpful? Give feedback.
All reactions