radicle-alpha
radicle-alpha copied to clipboard
A peer-to-peer stack for code collaboration
Roadmap
At Monadic, we've taken a short hiatus on Radicle to think about our internal strategy and reflect on how we're allocating our energy and resources. Here's an update on what...
_Close to a state where implementation(s) can be filled in. Parking due to offsite._
The [`repl.rad`](https://github.com/radicle-dev/radicle/blob/master/rad/repl.rad) file has a symlink to `bin/rad-repl`. This file doesn't actually exist.
Radicle ends up operating own IPFS node / daemon even if one is already running on the system. It is not ideal as IPFS is already resource intensive and this...
A registered project has `name`, `description`, `labels` & `project-id`. Allowed commands are registering, editing, listing (and adding admins) TODO change default machine name to server hosted one
Functions in `items.rad` should be more clearer distinguished between functions that serve a general item or item-specific ones. Currently functions like `pretty-header`, `pretty-item-view`, ... depend on the specific structure of...
If a module is loaded that has already been loaded by prelude, an error should be thrown.
The radicle daemons seems to need a lot of CPU power temporarily, although only running in the background. Maybe you can have a look at the memory and CPU consumption....