Organization structures

main2
Bob Mottram 2019-11-09 09:38:19 +00:00
parent 99e738ae65
commit 323f9f8717
3 changed files with 151 additions and 0 deletions

View File

@ -2,5 +2,6 @@ all:
debug:
clean:
rm -f *.*~ *~
rm -f orgs/*~
rm -f scripts/*~
rm -rf __pycache__

98
orgs/protest.txt 100644
View File

@ -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: []
}
}
}
}

View File

@ -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: []
}
}
}
}