JohnXLivingston / peertube-plugin-livechat

GNU Affero General Public License v3.0
86 stars 26 forks source link

TODO-list #381

Closed JohnXLivingston closed 1 month ago

JohnXLivingston commented 1 month ago

Description

This PR provides a new feature in the livechat plugin: the Task lists !

User documentation: https://johnxlivingston.github.io/peertube-plugin-livechat/documentation/user/streamers/tasks/

Technical documentation: https://johnxlivingston.github.io/peertube-plugin-livechat/technical/tasks/

Related issues

177

Note: i did not the stress tests that were planed in #177. Indeed, at the time of writing, i thought i will use a dedicated websocket connection, and custom code the handle tasks. Having an extra websocket connection could have been an issue to scale. But finally i used some XMPP standards (PubSub) to handle this, and so it uses the same connection as the chat.

Mandatory Checks

Screenshots

image

(see the documentation for more)