Skip to content

Commit ee0b2ab

Browse files
authored
Merge pull request #15 from anupamvs/main
add events json file
2 parents f8ad526 + e39c773 commit ee0b2ab

File tree

1 file changed

+211
-0
lines changed

1 file changed

+211
-0
lines changed
Lines changed: 211 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,211 @@
1+
{
2+
"actions": [],
3+
"allow_import": 1,
4+
"allow_rename": 1,
5+
"creation": "2022-07-06 20:23:26.567812",
6+
"doctype": "DocType",
7+
"editable_grid": 1,
8+
"engine": "InnoDB",
9+
"field_order": [
10+
"title",
11+
"type",
12+
"status",
13+
"category",
14+
"subcategory",
15+
"attachment1",
16+
"attachment2",
17+
"source",
18+
"anonymous",
19+
"user",
20+
"location",
21+
"latitude",
22+
"longitude",
23+
"description",
24+
"url",
25+
"has_govt_engagement",
26+
"authority",
27+
"section_break_0",
28+
"impacted_entity_count",
29+
"column_break_19",
30+
"impacted_entity_unit",
31+
"section_break_2",
32+
"followup_count",
33+
"feedback",
34+
"rating",
35+
"hours_invested",
36+
"verified_by"
37+
],
38+
"fields": [
39+
{
40+
"fieldname": "title",
41+
"fieldtype": "Data",
42+
"label": "Title"
43+
},
44+
{
45+
"fieldname": "type",
46+
"fieldtype": "Link",
47+
"label": "Type",
48+
"options": "Event Type"
49+
},
50+
{
51+
"fieldname": "status",
52+
"fieldtype": "Link",
53+
"label": "Status",
54+
"options": "Event Status"
55+
},
56+
{
57+
"fieldname": "category",
58+
"fieldtype": "Link",
59+
"label": "Category",
60+
"options": "Event Category"
61+
},
62+
{
63+
"fieldname": "subcategory",
64+
"fieldtype": "Link",
65+
"label": "Sub category",
66+
"options": "Event Sub Category"
67+
},
68+
{
69+
"fieldname": "attachment1",
70+
"fieldtype": "Attach",
71+
"label": "Attachment #1"
72+
},
73+
{
74+
"fieldname": "attachment2",
75+
"fieldtype": "Attach",
76+
"label": "Attachment #2"
77+
},
78+
{
79+
"fieldname": "source",
80+
"fieldtype": "Link",
81+
"label": "Source",
82+
"options": "Event Source"
83+
},
84+
{
85+
"default": "0",
86+
"fieldname": "anonymous",
87+
"fieldtype": "Check",
88+
"label": "Anonymous"
89+
},
90+
{
91+
"description": "Email address of user who created this event",
92+
"fieldname": "user",
93+
"fieldtype": "Data",
94+
"label": "User"
95+
},
96+
{
97+
"fieldname": "location",
98+
"fieldtype": "Link",
99+
"label": "Location",
100+
"options": "Location"
101+
},
102+
{
103+
"fieldname": "latitude",
104+
"fieldtype": "Data",
105+
"hidden": 1,
106+
"label": "Latitude"
107+
},
108+
{
109+
"fieldname": "longitude",
110+
"fieldtype": "Data",
111+
"hidden": 1,
112+
"label": "Longitude"
113+
},
114+
{
115+
"fieldname": "description",
116+
"fieldtype": "Long Text",
117+
"label": "Description"
118+
},
119+
{
120+
"fieldname": "url",
121+
"fieldtype": "Data",
122+
"label": "URL"
123+
},
124+
{
125+
"default": "0",
126+
"fieldname": "has_govt_engagement",
127+
"fieldtype": "Check",
128+
"label": "Has engaged government"
129+
},
130+
{
131+
"fieldname": "authority",
132+
"fieldtype": "Data",
133+
"label": "Authority"
134+
},
135+
{
136+
"fieldname": "section_break_0",
137+
"fieldtype": "Section Break",
138+
"label": "Impacted entities"
139+
},
140+
{
141+
"default": "0",
142+
"fieldname": "impacted_entity_count",
143+
"fieldtype": "Data",
144+
"label": "Impacted entity count"
145+
},
146+
{
147+
"fieldname": "column_break_19",
148+
"fieldtype": "Column Break"
149+
},
150+
{
151+
"fieldname": "impacted_entity_unit",
152+
"fieldtype": "Link",
153+
"label": "Impacted entity unit",
154+
"options": "Impacted Entity Unit"
155+
},
156+
{
157+
"fieldname": "section_break_2",
158+
"fieldtype": "Section Break"
159+
},
160+
{
161+
"fieldname": "followup_count",
162+
"fieldtype": "Data",
163+
"label": "Followup count"
164+
},
165+
{
166+
"fieldname": "feedback",
167+
"fieldtype": "Long Text",
168+
"label": "Feedback"
169+
},
170+
{
171+
"fieldname": "rating",
172+
"fieldtype": "Rating",
173+
"label": "Rating"
174+
},
175+
{
176+
"fieldname": "hours_invested",
177+
"fieldtype": "Float",
178+
"label": "Hours invested"
179+
},
180+
{
181+
"fieldname": "verified_by",
182+
"fieldtype": "Data",
183+
"label": "Verified by"
184+
}
185+
],
186+
"index_web_pages_for_search": 1,
187+
"links": [],
188+
"modified": "2025-05-03 19:45:37.805535",
189+
"modified_by": "Administrator",
190+
"module": "Samaaja",
191+
"name": "Events",
192+
"owner": "Administrator",
193+
"permissions": [
194+
{
195+
"create": 1,
196+
"delete": 1,
197+
"email": 1,
198+
"export": 1,
199+
"print": 1,
200+
"read": 1,
201+
"report": 1,
202+
"role": "System Manager",
203+
"share": 1,
204+
"write": 1
205+
}
206+
],
207+
"sort_field": "modified",
208+
"sort_order": "DESC",
209+
"states": [],
210+
"track_changes": 1
211+
}

0 commit comments

Comments
 (0)