Team structure

merge-requests/1/head
Bob Mottram 2019-11-09 10:58:33 +00:00
parent 2b884be142
commit 365d9476bb
2 changed files with 72 additions and 45 deletions

21
orgs/instance.txt 100644
View File

@ -0,0 +1,21 @@
{
"Administrator": {
description: "Administrator of the instance",
iconUrl: "",
members: [],
team: {
"Moderator": {
description: "Can moderate posts, suspend members and block instances",
pitch: "",
iconUrl: "",
members: []
},
"Delegator": {
description: "Can delegate roles",
pitch: "",
iconUrl: "",
members: []
}
}
}
}

View File

@ -1,51 +1,57 @@
{
"Chief Editor": {
"Creative": {
"Photographer": {
description: "",
pitch: "",
iconUrl: "",
members: []
description: "",
pitch: "",
iconUrl: "",
members: []
team: {
"Creative": {
"Photographer": {
description: "",
pitch: "",
iconUrl: "",
members: []
},
"Layout editor": {
description: "",
pitch: "",
iconUrl: "",
members: []
},
"Writers team": {
description: "",
pitch: "",
iconUrl: "",
members: []
}
},
"Layout editor": {
description: "",
pitch: "",
iconUrl: "",
members: []
},
"Writers team": {
description: "",
pitch: "",
iconUrl: "",
members: []
}
},
"Copy": {
"Proof reader": {
description: "",
pitch: "",
iconUrl: "",
members: []
},
"Fact checker": {
description: "",
pitch: "",
iconUrl: "",
members: []
}
},
"Publicity": {
"Website designer": {
description: "",
pitch: "",
iconUrl: "",
members: []
},
"Social media publicist": {
description: "",
pitch: "",
iconUrl: "",
members: []
"Copy": {
"Proof reader": {
description: "",
pitch: "",
iconUrl: "",
members: []
},
"Fact checker": {
description: "",
pitch: "",
iconUrl: "",
members: []
}
},
"Publicity": {
"Website designer": {
description: "",
pitch: "",
iconUrl: "",
members: []
},
"Social media publicist": {
description: "",
pitch: "",
iconUrl: "",
members: []
}
}
}
}