-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrubicon-shortcodes.json
80 lines (79 loc) · 2.13 KB
/
rubicon-shortcodes.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "Team Rubicon Hurricane Sandy",
"description": "A sample dictionary for shortcodes based on the work done by Team Rubicon in cleaning up Rockaway after Hurricane Sandy",
"separator": "/",
"fields": [
{
"type": "shortcode",
"label": "Report Type",
"shortcodes": {
"m": "Medical",
"h": "Home",
"u": "Utility",
"t": "Transportation",
"v": "Vehicle",
"s": "Security",
"o": "Other"
},
},
{
"type": "shortcode",
"label": "priority",
"shortcodes": {
"1": "Emergency",
"2": "Urgent",
"3": "Standard",
"4": "Low"
}
},
{
"type": "text",
"label": "Contact Name",
},
{
"type": "text",
"label": "Contact Phone",
},
{
"type": "magic text",
"label": "Description",
"shortcodes": {
"muck": "Muck Out",
"ment": "Mental Health Services Needed",
}
},
{
"type": "magic list",
"label": "Tools",
"shortcodes": {
"ds": "Decontamination Suit",
"b": "Cleanup Bags",
"sl": "Sledgehammers",
"sh": "Shovels"
}
},
{
"type": "text",
"label": "Team Size"
},
{
"type": "magic text",
"label": "Reporting Organization",
"shortcodes": {
"TR": "Team Rubicon",
"ARC": "American Red Cross",
"OS": "Occupy Sandy",
"UW": "United Way",
"NYC": "New York Cares",
"AC": "Americorps",
"POL": "Points of Light",
"M": "Mormon",
"JWS": "Jewish World Service"
}
},
{
"type": "text",
"label": "Notes"
}
]
}