peertube-plugin-livechat/ROADMAP.md

29 lines
2.0 KiB
Markdown
Raw Normal View History

2021-04-29 11:39:30 +00:00
# Roadmap
## May 2021
This roadmap is given as an indication. It will be updated as we go along according to the constraints encountered.
2021-05-02 12:50:12 +00:00
| Done | Needs Peertube 3.2 | Component | Feature | Released in version
---|---|---|---|---
[x] | [ ] | Builtin Prosody | Check room creation permission, and set some metadata
2021-05-04 14:50:53 +00:00
[x] | [ ] | Builtin Prosody | User authentication: if the user is logged in Peertube, use his nickname.
2021-04-29 11:39:30 +00:00
[ ] | [ ] | Builtin ConverseJS | Check user langage. Should be automatic and/or depends on peertube's language. Check that converseJS translation files are available.
2021-05-06 10:44:29 +00:00
[x] | [ ] | Builtin Prosody | Grant moderation rights to instance admins and video owner. Activate moderations commands in ConverseJS.
2021-04-29 11:39:30 +00:00
[ ] | [x] | Common | Chat should not be displayed in playlists
[ ] | [x] | Builtin Prosody | Data Persistence
[ ] | [x] | Common | Add a checkbox per video to activate livechat. Only on lives.
[ ] | [x] | Builtin Prosody | Docker: check how to install and use Prosody on docker installations. Do the documenation.
[ ] | [ ] | Builtin Prosody | Check with yunohost how to integrate.
[ ] | [ ] | Documentation | Rewrite documentation for more clarity. Add screenshots. Separate user and admin documentation.
[ ] | [ ] | ConverseJS | UI: make custom templates, for a better UI/UX. Autoshow muc participants depending on the chat window width.
[ ] | [ ] | Builtin Prosody | Allow moderators to delete messages (mod_muc_moderation)
[ ] | [ ] | ConverseJS | For anonymous user, automatically log in with a random nickname (and allow to change afterward)
## Later / low priority modifications
| Done | Needs Peertube 3.2 | Component | Feature
---|---|---|---
[ ] | [ ] | Common | There should be a settings to add terms & conditions in the Peertube's about page (for example if the webchat is hosted anywhere else).
2021-05-06 10:44:29 +00:00
[ ] | [ ] | Builtin Prosody | Add a page with a non-singleton ConverseJS, to browser chat rooms for admins. Maybe allow direct chating between admins, and room creation?