mirror of https://gitlab.com/bashrc2/epicyon
Team structure
parent
2b884be142
commit
365d9476bb
|
@ -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: []
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -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: []
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue