MichaelMure / Arbore

Friend-to-friend filesharing app to save the world from dystopia
http://arbo.re
GNU General Public License v3.0
340 stars 51 forks source link

Documentation whygiraffe #1

Closed whygiraffe closed 7 years ago

whygiraffe commented 7 years ago

This has a draft readme...

MichaelMure commented 7 years ago

The roadmap I have in mind:

  1. Minimal first version with:
    • profile management
    • basic contact management (adding with a hash)
    • targeted sharing (notification and download)
    • no encryption (because hopefully I build the first version fast and ipfs won't have time to catch up)
    • probably not a proper download tracking (details here: https://github.com/ipfs/go-ipfs/issues/3866#issuecomment-294413251)
    • basic 1 to 1 chat (not really a priority but it actually helps me to test ipfs's pubsub and the rest is not that difficult)

After that there is (in no particular order):

MichaelMure commented 7 years ago

I fixed some things and resolved the conflict with master. It's merged now :)