From 323f9f8717f0f63e4bac75f973db82c936db5ec8 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 9 Nov 2019 09:38:19 +0000 Subject: [PATCH] Organization structures --- Makefile | 1 + orgs/protest.txt | 98 ++++++++++++++++++++++++++++++++++++++++++++ orgs/publication.txt | 52 +++++++++++++++++++++++ 3 files changed, 151 insertions(+) create mode 100644 orgs/protest.txt create mode 100644 orgs/publication.txt diff --git a/Makefile b/Makefile index c34381c4d..d6550578a 100644 --- a/Makefile +++ b/Makefile @@ -2,5 +2,6 @@ all: debug: clean: rm -f *.*~ *~ + rm -f orgs/*~ rm -f scripts/*~ rm -rf __pycache__ diff --git a/orgs/protest.txt b/orgs/protest.txt new file mode 100644 index 000000000..19efc83e1 --- /dev/null +++ b/orgs/protest.txt @@ -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: [] + } + } + } +} diff --git a/orgs/publication.txt b/orgs/publication.txt new file mode 100644 index 000000000..5712e7c61 --- /dev/null +++ b/orgs/publication.txt @@ -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: [] + } + } + } +}