restore previous main git
This commit is contained in:
parent
264c706b54
commit
559ead2f11
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
/node_modules
|
/node_modules
|
||||||
/tmp
|
/tmp
|
||||||
/tribes
|
/tribes
|
||||||
|
/tribesbackup
|
||||||
/nationchains/blocks
|
/nationchains/blocks
|
||||||
/yarn*
|
/yarn*
|
@ -65,3 +65,12 @@ You will find anything to understand how it works under the wood. Feel free to a
|
|||||||
- [Messages.js]() Notification (delete after read) and message between any interactions concerning pagans (1 to many or 1 to 1), trig by social contract or by a pagan
|
- [Messages.js]() Notification (delete after read) and message between any interactions concerning pagans (1 to many or 1 to 1), trig by social contract or by a pagan
|
||||||
[Setup.js]() Technical infrastructure an
|
[Setup.js]() Technical infrastructure an
|
||||||
- [Blockchains and Contracts]() Contracts.js
|
- [Blockchains and Contracts]() Contracts.js
|
||||||
|
|
||||||
|
**ROADMAP**
|
||||||
|
|
||||||
|
- Setup process to review to simplify Town setup dev and setup prod that create 1 tribe with name town, with 1 pagan set with the role of druid of the tribe and mayor of the town.
|
||||||
|
- Decentralized social Data model based on schema.org + data type definition and integrity check + metadata
|
||||||
|
- GUI for mayor to create new tribe and manage druid and payment space (based on bitcoin wallet)
|
||||||
|
- GUI for druid to manage space storage (publish a web site, manage media storage)
|
||||||
|
- Plugins process to share tribe route / Model for specific app
|
||||||
|
- Decentralized social Contracts nationschains in socialworld/contracts list of contracts
|
@ -5,6 +5,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "../apxtrib.wiki"
|
"path": "../apxtrib.wiki"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "../apxtribautoeval"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"settings": {}
|
"settings": {}
|
||||||
|
Loading…
Reference in New Issue
Block a user