update schema et odmdb

This commit is contained in:
2024-11-11 00:33:30 +01:00
parent fe82e06cc3
commit 5a6d49d072
19 changed files with 3411 additions and 25 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,35 @@
{
"title": "Profil",
"description": "Profil available in adminapi",
"commment": "",
"lastupdatedata": "",
"lst_idx": [
"anonymous",
"pagan",
"mayor",
"druid",
"person"
],
"itms": {
"anonymous": {
"title": "Unidentified user",
"description": "Unknown to the apxtri network"
},
"pagan": {
"title": "User with an apxtri identity",
"description": "This profile can digitally sign on the apxtri blockchain"
},
"mayor": {
"title": "Administrator of a city",
"description": "He manages the rules specific to a tribe grouping, he finances this city and can define its billing terms for welcoming tribes"
},
"druid": {
"title": "Administrator of a tribe",
"description": "He has a private space in a city, to apply and enforce the rules of the tribe."
},
"person": {
"title": "A member of a tribe",
"description": "A person has an account in a tribe with their alias, it allows them to exchange within a tribe according to the rules set by the druid."
}
}
}

View File

@@ -0,0 +1,34 @@
{
"title": "Profil",
"description": "Profil disponible dans adminapi",
"commment": "",
"lastupdatedata": "",
"lst_idx": [
"anonymous",
"pagan",
"mayor",
"druid",
"person"
],
"itms": {
"anonymous": {
"title": "Utilisateur non identifié",
"description": "Inconnu du réseau apxtri"
},
"pagan": {
"title": "Utilisateur avec une identité apxtri",
"description": "Ce profil peux signer numériquement sur la blockchain apxtri"
},
"mayor": {
"title": "Administrateur d'une ville",
"description": "Il gére les régles propres à un regroupement de tribu, il finance cette ville et peut definir ses modalités de facturation pour accueillir des tribus"
},
"druid": {
"title": "Administrateur d'une tribu",
"description": "Il dispose d'un espace privée dans une ville , pour y appliquer et faire respecter les régles de la tribu."
},
"person": {
"title": "Un membre d'une tribu",
"description": "Une personne dispose d'un compte dans une tribu avec son alias, il permet d'echanger au sein d'une tribu en fonction des régles mises en place par le druid."
} }
}