peertube-plugin-livechat/ROADMAP.md

42 lines
3.1 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
---|---|---|---|---
2021-05-06 11:33:30 +00:00
[x] | [ ] | Builtin Prosody | Check room creation permission, and set some metadata. | v2.1.0
[x] | [ ] | Builtin Prosody | User authentication: if the user is logged in Peertube, use his nickname. | v2.1.0
[x] | [ ] | Builtin Prosody | Grant moderation rights to instance admins and video owner. Activate moderations commands in ConverseJS. | v2.1.0
2021-05-11 12:28:32 +00:00
[x] | [x] | Common | Chat should not be displayed in playlists | v2.2.0
2021-06-01 23:28:41 +00:00
[x] | [x] | Builtin Prosody | Do not use a temp folder, use the one provided by Peertube>=3.2.0. | v2.3.0
[x] | [ ] | Builtin Prosody | Use Peertube log level for prosody. | v2.3.0
2021-06-11 11:55:42 +00:00
[.] | [x] | Builtin Prosody | Rotate prosody logs. | v2.3.0 (WIP)
2021-06-01 23:28:41 +00:00
[x] | [x] | Builtin Prosody | Data Persistence | v2.3.0
2021-06-11 11:50:30 +00:00
[x] | [x] | Common | Add a checkbox per video to activate livechat. Only on lives. | Not Released Yet
2021-06-01 23:28:41 +00:00
[x] | [x] | Builtin Prosody | Docker: check how to install and use Prosody on docker installations. Do the documentation. | Not Released Yet
[x] | [ ] | Builtin Prosody | Allow moderators to delete messages (mod_muc_moderation). | v2.3.0
[x] | [x] | JS | Modernise code to use new placeholders provided by Peertube 3.2.0 (with or without backward compatibility) | v2.3.0
2021-06-03 10:00:21 +00:00
[x] | [x] | Settings | Restore default values for some checkbox to true (see [this bug](https://github.com/Chocobozzz/PeerTube/issues/4106)) | Not Released Yet
[x] | [x] | Settings | Replace some checkbox by a select (for the webchat mode). Migrate old checkbox values. | Not Released Yet
2021-06-11 11:55:42 +00:00
[x] | [x] | Settings | Dynamic settings screen. Inline help/documentation. | First changes in v2.2.0. Done in v3.0.0
2021-04-29 11:39:30 +00:00
2021-06-11 11:55:42 +00:00
## June 2021 and later
2021-04-29 11:39:30 +00:00
2021-06-11 11:55:42 +00:00
| Done | Component | Feature | Released in version
2021-04-29 11:39:30 +00:00
---|---|---|---
2021-06-11 17:12:30 +00:00
[x] | Documentation | Rewrite documentation for more clarity. | v3.0.0
2021-06-11 16:32:32 +00:00
[ ] | Documentation | Add screenshots.
[ ] | Documentation | User documentation.
2021-07-19 23:21:39 +00:00
[.] | Builtin Prosody | Room administration: add a button in the plugin settings to open a modal with existing rooms list. TODO: use a modal. | v3.2.0
2021-06-11 11:55:42 +00:00
[ ] | Builtin Prosody | Check with yunohost how to integrate.
2021-06-11 15:33:39 +00:00
[ ] | Settings | Translate settings page.
2021-06-11 11:55:42 +00:00
[ ] | ConverseJS | UI: make custom templates, for a better UI/UX. Autoshow muc participants depending on the chat window width.
[ ] | Builtin Prosody | Add a settings to enable the server to be accessed with XMPP clients.
[ ] | ConverseJS | For anonymous user, automatically log in with a random nickname (and allow to change afterward)
[ ] | 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-06-23 10:01:01 +00:00
[ ] | Builtin Prosody | Add on option to limit webchat to registered users.
2021-08-05 16:49:14 +00:00
[x] | Builtin Prosody (or all modes?) | Offer a way for users to have a webchat per channel. See [#59](https://github.com/JohnXLivingston/peertube-plugin-livechat/issues/58). | v4.0.0
2021-08-05 16:37:40 +00:00
[ ] | Common | Handle federation: if video is remote, then try to check if the plugin is installed on the instance, and open it.