diff --git a/.gitignore b/.gitignore index 214f7a3..97c62a2 100755 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /node_modules /tmp /tribes +/tribesbackup /nationchains/blocks /yarn* \ No newline at end of file diff --git a/README.md b/README.md index 1127313..156f986 100644 --- a/README.md +++ b/README.md @@ -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 [Setup.js]() Technical infrastructure an - [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 \ No newline at end of file diff --git a/apxtrib.code-workspace b/apxtrib.code-workspace index 67242c7..890e59a 100644 --- a/apxtrib.code-workspace +++ b/apxtrib.code-workspace @@ -5,6 +5,9 @@ }, { "path": "../apxtrib.wiki" + }, + { + "path": "../apxtribautoeval" } ], "settings": {}