Added concepts and governance

This commit is contained in:
aewens 2018-12-28 11:57:55 -06:00
parent 4f1a0d0033
commit 2e904523a0
1 changed files with 15 additions and 3 deletions

View File

@ -4,7 +4,7 @@ The tilde.center (**~center**) project consists of three core elements:
* Decentralization
* Federation
* Home-brewed open source projects
* Home-brewed open source projects (HBOSP)
The "big picture" goal right now is to create the a decentralized tilde server
that can be deployed across other servers to provide the same experience for
@ -20,7 +20,7 @@ with more than one user working on it, list the users in comma-separated format
be listed under Contributors).
Adding project ideas, enlistment to a project idea, or changing the status can
be done through a pull request.
be done through a [pull request](https://tildegit.org/center/todo/pulls).
| Project / Idea | Contributors | Status | Priority |
| -------------- | ------------ | ------ | -------- |
@ -28,6 +28,8 @@ be done through a pull request.
| ldap-users | aewens | todo | high |
| dispatcher | - | todo | high-medium |
| safe-center | - | todo | low |
| concepts | aewens | doing | medium |
| governance | aewens | doing | medium |
Use this space below to go into more detail about the specifics of the project.
As well, if the project exists you can link to it's repository here.
@ -47,4 +49,14 @@ specifications agreed upon by users).
## safe-center
Allows for users to share their local storage in exchange for utilizing part of
the greater whole of shared storage in the ~center network.
the greater whole of shared storage in the ~center network.
## [concepts](https://tildegit.org/center/concepts)
A more detailed roadmap for the development of the ~center project along with
general concepts for the ~center architecture.
## [governance](https://tildegit.org/center/governance)
A decentralized system that requires decision making by an individual is not
very decentralized. This will outline the governance model for ~center along
with any scripts that will be used to assisting on voting on decisions across
peer servers.