aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-10-01 09:57:05 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-10-01 09:57:05 +0200
commit19a08a34986c8c242ac3032eb49131938cfe7252 (patch)
tree3ef5077f31d9f0fafa22fa72dfb69672cd1f20cc
parentb91359055f632d8a76171a2c99f08fb4f38f11c4 (diff)
downloadPeerTube-19a08a34986c8c242ac3032eb49131938cfe7252.tar.gz
PeerTube-19a08a34986c8c242ac3032eb49131938cfe7252.tar.zst
PeerTube-19a08a34986c8c242ac3032eb49131938cfe7252.zip
Update README roadmap
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9dab73d09..a9b2932c7 100644
--- a/README.md
+++ b/README.md
@@ -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