orbitdb-archive/orbit

Reorganize this code base

haadcode opened this issue · 6 comments

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: #112 and #220 (comment).

WIP repos:

Part of bigger reorganization of all orbit related repos: orbitdb/orbitdb#1.

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

Most of the work has been now completed. Mentioned in #112. The following repos have been created to split the code in this repo:

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.

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.

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

  • peers count is always zero (in the chat bar) but peers screen shows peers
  • getting actual messages takes a loong time
  • error in the console:
    screen shot 2017-02-06 at 18 34 11

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

@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.