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": { "Chief Editor": {
"Creative": { description: "",
"Photographer": { pitch: "",
description: "", iconUrl: "",
pitch: "", members: []
iconUrl: "", team: {
members: [] "Creative": {
"Photographer": {
description: "",
pitch: "",
iconUrl: "",
members: []
},
"Layout editor": {
description: "",
pitch: "",
iconUrl: "",
members: []
},
"Writers team": {
description: "",
pitch: "",
iconUrl: "",
members: []
}
}, },
"Layout editor": { "Copy": {
description: "", "Proof reader": {
pitch: "", description: "",
iconUrl: "", pitch: "",
members: [] iconUrl: "",
}, members: []
"Writers team": { },
description: "", "Fact checker": {
pitch: "", description: "",
iconUrl: "", pitch: "",
members: [] iconUrl: "",
} members: []
}, }
"Copy": { },
"Proof reader": { "Publicity": {
description: "", "Website designer": {
pitch: "", description: "",
iconUrl: "", pitch: "",
members: [] iconUrl: "",
}, members: []
"Fact checker": { },
description: "", "Social media publicist": {
pitch: "", description: "",
iconUrl: "", pitch: "",
members: [] iconUrl: "",
} members: []
}, }
"Publicity": {
"Website designer": {
description: "",
pitch: "",
iconUrl: "",
members: []
},
"Social media publicist": {
description: "",
pitch: "",
iconUrl: "",
members: []
} }
} }
} }