From 365d9476bb9b2565eda8f7a0408778d225c324f0 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 9 Nov 2019 10:58:33 +0000 Subject: [PATCH] Team structure --- orgs/instance.txt | 21 ++++++++++ orgs/publication.txt | 96 +++++++++++++++++++++++--------------------- 2 files changed, 72 insertions(+), 45 deletions(-) create mode 100644 orgs/instance.txt diff --git a/orgs/instance.txt b/orgs/instance.txt new file mode 100644 index 000000000..a797b348d --- /dev/null +++ b/orgs/instance.txt @@ -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: [] + } + } + } +} diff --git a/orgs/publication.txt b/orgs/publication.txt index 5712e7c61..d8e362799 100644 --- a/orgs/publication.txt +++ b/orgs/publication.txt @@ -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: [] + } } } }