orbitdb-archive / orbit

A distributed, serverless, peer-to-peer chat application on IPFS
MIT License
1.64k stars 117 forks source link

Reorganize this code base #223

Closed haadcode closed 7 years ago

haadcode commented 7 years ago

We need to separate the UI from the electron app so that we have stand-alone repos for the web version and electron version.

Originally discussed here: https://github.com/haadcode/orbit/issues/112 and https://github.com/haadcode/orbit/issues/220#issuecomment-271596527.

WIP repos:

Part of bigger reorganization of all orbit related repos: https://github.com/orbitdb/orbitdb/issues/1.

What needs to be done here is to move the code in client/ to orbit-web repo and ./ to orbit-electron.

haadcode commented 7 years ago

Most of the work has been now completed. Mentioned in https://github.com/haadcode/orbit/issues/112. The following repos have been created to split the code in this repo:

haadcode commented 7 years ago

Added also note to the README that says we're in the process of reorganizing everything and that the code will disappear from here soon.

haadcode commented 7 years ago

What still needs to be done is to actually transfer haadcode/orbit to orbitdb/orbit. I will do so today I hope. And we need to keep updating the README of orbitdb/orbit as we go, many links have been broken.

dignifiedquire commented 7 years ago

@haadcode got some issues with the latest version on https://ipfs.io/ipfs/QmRBmZDB1ssGCchXx1aKM7smiAghRDLKwYR5dWGrozxXCJ/#/channel/ipfs

haadcode commented 7 years ago

This code base has now been reorganized and transferred to https://github.com/orbitdb/orbit. Take good care!

haadcode commented 7 years ago

@dignifiedquire the 0 peers issue has been logged, the error should be gone now, for the third one, don't know why getting messages take a long time. We'll need to investigate.