diff options
author | Matthias Beyer <mail@beyermatthias.de> | 2021-12-21 19:58:20 +0100 |
---|---|---|
committer | Matthias Beyer <mail@beyermatthias.de> | 2021-12-21 19:58:20 +0100 |
commit | 906faf42acff38aa8aa6727f55fdcb546b171882 (patch) | |
tree | f7aa425e19c9627ede0ff5d0be757f3d50abfb55 | |
parent | 1034a454d0900130796fd8941bbc9696bcc41b29 (diff) |
Add Roadmap to MVP/POC
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -2,6 +2,22 @@ A distributed social network build on IPFS/IPLD. +## Roadmap + +This is the roadmap from the current state to a MVP/POC. +These "features" are not necessarily ordered, but may depend on another. + +* Gossipping via gossipsub instead of pubsub +* Profile discovery via gossipsub +* Profile caching +* Profile following +* Multi-device support via raft concensus over gossipsub +* (CLI) cache node functionality ("multi device" node that only caches posts of + a profile) +* (GUI) Timeline polishing +* (GUI) Markdown support in Text posts +* (GUI) Non-Text posts: Directories (MVP for image/video/audio posts) + ## License |