diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-10-01 09:57:05 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-10-01 09:57:05 +0200 |
commit | 19a08a34986c8c242ac3032eb49131938cfe7252 (patch) | |
tree | 3ef5077f31d9f0fafa22fa72dfb69672cd1f20cc /README.md | |
parent | b91359055f632d8a76171a2c99f08fb4f38f11c4 (diff) | |
download | PeerTube-19a08a34986c8c242ac3032eb49131938cfe7252.tar.gz PeerTube-19a08a34986c8c242ac3032eb49131938cfe7252.tar.zst PeerTube-19a08a34986c8c242ac3032eb49131938cfe7252.zip |
Update README roadmap
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -95,10 +95,12 @@ Thanks to [WebTorrent](https://github.com/feross/webtorrent), we can make P2P (t | |||
95 | - [ ] Validate the prototype (test PeerTube in a real world with many pods and videos) | 95 | - [ ] Validate the prototype (test PeerTube in a real world with many pods and videos) |
96 | - [ ] Manage API breaks | 96 | - [ ] Manage API breaks |
97 | - [ ] Add "DDOS" security (check if a pod don't send too many requests for example) | 97 | - [ ] Add "DDOS" security (check if a pod don't send too many requests for example) |
98 | - [ ] Admin panel | 98 | - [X] Admin panel |
99 | - [ ] Stats about videos | 99 | - [X] Stats |
100 | - [X] Friends list | 100 | - [X] Friends list |
101 | - [X] Manage users (create/remove) | 101 | - [X] Manage users (create/remove) |
102 | - [ ] User playlists | ||
103 | - [ ] User subscriptions (by tags, author...) | ||
102 | 104 | ||
103 | 105 | ||
104 | ## Installation | 106 | ## Installation |