forked from indymedia/epicyon
Organization structures
parent
99e738ae65
commit
323f9f8717
1
Makefile
1
Makefile
|
@ -2,5 +2,6 @@ all:
|
||||||
debug:
|
debug:
|
||||||
clean:
|
clean:
|
||||||
rm -f *.*~ *~
|
rm -f *.*~ *~
|
||||||
|
rm -f orgs/*~
|
||||||
rm -f scripts/*~
|
rm -f scripts/*~
|
||||||
rm -rf __pycache__
|
rm -rf __pycache__
|
||||||
|
|
|
@ -0,0 +1,98 @@
|
||||||
|
{
|
||||||
|
"General meeting": {
|
||||||
|
"Safety": {
|
||||||
|
"Legal team": {
|
||||||
|
description: "",
|
||||||
|
pitch: "",
|
||||||
|
iconUrl: "",
|
||||||
|
members: []
|
||||||
|
},
|
||||||
|
"Legal observers": {
|
||||||
|
description: "",
|
||||||
|
pitch: "",
|
||||||
|
iconUrl: "",
|
||||||
|
members: []
|
||||||
|
},
|
||||||
|
"Jail support": {
|
||||||
|
description: "",
|
||||||
|
pitch: "",
|
||||||
|
iconUrl: "",
|
||||||
|
members: []
|
||||||
|
},
|
||||||
|
"Medics team": {
|
||||||
|
description: "",
|
||||||
|
pitch: "",
|
||||||
|
iconUrl: "",
|
||||||
|
members: []
|
||||||
|
},
|
||||||
|
"Recovery team": {
|
||||||
|
description: "",
|
||||||
|
pitch: "",
|
||||||
|
iconUrl: "",
|
||||||
|
members: []
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Organizing": {
|
||||||
|
"Logistics": {
|
||||||
|
"Police spokesperson": {
|
||||||
|
description: "",
|
||||||
|
pitch: "",
|
||||||
|
iconUrl: "",
|
||||||
|
members: []
|
||||||
|
},
|
||||||
|
"Self defense team": {
|
||||||
|
description: "",
|
||||||
|
pitch: "",
|
||||||
|
iconUrl: "",
|
||||||
|
members: []
|
||||||
|
},
|
||||||
|
"Spotters": {
|
||||||
|
description: "",
|
||||||
|
pitch: "",
|
||||||
|
iconUrl: "",
|
||||||
|
members: []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Message": {
|
||||||
|
"Media spokesperson": {
|
||||||
|
description: "",
|
||||||
|
pitch: "",
|
||||||
|
iconUrl: "",
|
||||||
|
members: []
|
||||||
|
},
|
||||||
|
"Writer": {
|
||||||
|
description: "",
|
||||||
|
pitch: "",
|
||||||
|
iconUrl: "",
|
||||||
|
members: []
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Mobilization": {
|
||||||
|
"Meme artist": {
|
||||||
|
description: "",
|
||||||
|
pitch: "",
|
||||||
|
iconUrl: "",
|
||||||
|
members: []
|
||||||
|
},
|
||||||
|
"Banner visuals": {
|
||||||
|
description: "",
|
||||||
|
pitch: "",
|
||||||
|
iconUrl: "",
|
||||||
|
members: []
|
||||||
|
},
|
||||||
|
"Social media": {
|
||||||
|
description: "",
|
||||||
|
pitch: "",
|
||||||
|
iconUrl: "",
|
||||||
|
members: []
|
||||||
|
},
|
||||||
|
"Video producer": {
|
||||||
|
description: "",
|
||||||
|
pitch: "",
|
||||||
|
iconUrl: "",
|
||||||
|
members: []
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,52 @@
|
||||||
|
{
|
||||||
|
"Chief Editor": {
|
||||||
|
"Creative": {
|
||||||
|
"Photographer": {
|
||||||
|
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: []
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue