Last active
October 27, 2018 17:18
-
-
Save yigitbacakoglu/6e4067d20f8ce50032fd18bc006d1195 to your computer and use it in GitHub Desktop.
Revisions
-
yigitbacakoglu revised this gist
Oct 27, 2018 . 1 changed file with 7 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -70,7 +70,7 @@ { "events": [ { "title": "Event title", @@ -91,7 +91,7 @@ { "members": [ { "name": "Yigit Bacakoglu", @@ -139,7 +139,11 @@ "rutbe": "1", "mc": false, "mk": true, "respect": false, "settings": { "notifications": true, "location": true } } } -
yigitbacakoglu created this gist
Oct 27, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,187 @@ {"event": { "title": "Event title", "excerpt": "Event excerpt", "description": "Event description", "group": "A", "form": [ { "type": "select", "options": [ [ "Konaklamalı", "1_key" ], [ "Konaklamasız", "2_key" ] ], "label": "Konaklama durumu", "userAnswer": "1_key", "connectedInputsAnswer": "1_key", "connectedInputs": [ { "type": "input", "label": "Kişi sayısı", "userAnswer": "3" } ] }, { "type": "select", "options": [ [ "Yemekli", "value" ], [ "Yemekli", "value_2" ] ], "label": "Yemek seçimi", "userAnswer": "value_2", "connectedInputsAnswer": "value_2", "connectedInputs": [ { "type": "checkbox", "label": "Menu-1", "value": "menu-1", "userAnswer": "menu-1" }, { "type": "checkbox", "label": "Menu-2" }, { "type": "checkbox", "label": "Menu-3" } ] } ], "created_at": "2018-01-01 10:00", "state": "closed", "userAnswered": true }} --- { events: [ { "title": "Event title", "slug": "event-slug", "excerpt": "Event excerpt", "created_at": "2018-01-01 10:00", "state": "closed", "userAnswered": true } ] } --- { members: [ { "name": "Yigit Bacakoglu", "avatar": "http://avatarurl", "phone": "55534343434", "urgentContactName": "Beril Bacakoglu", "urgentContactPhone": "5443434343", "motor": "Tracer 700", "blood": "0rh+", "email": "[email protected]", "rutbe": "1", "mc": false, "mk": true, "respect": false }, { "name": "Yigit Can Bacakoglu", "avatar": "http://avatarurl", "phone": "55534343434", "urgentContactName": "Beril Bacakoglu", "urgentContactPhone": "5443434343", "motor": "Tracer 700", "blood": "0rh+", "email": "[email protected]", "rutbe": "1", "mc": false, "mk": true, "respect": false } ] } ---- { "user": { "token": "aDsxAW31SxcGdBDFsDasdc3da12dAsMBF", "name": "Yiğit Can Bacakoglu", "avatar": "http://avatarurl", "rutbe": "1", "mc": false, "mk": true, "respect": false } } ------ { "notifications": [ { "title": "SOS", "description": "<b>Yigit Bacakoglu</b> SOS çağrısında bulundu", "latlong": [42.1234, 41.321], "sos": true, "created_at": "2018-10-10 10:00GMT", "seen": false }, { "title": "10 Kasım için katılım bildirin", "description": "Tüm üyelerimizin dikkatine. Lütfen katılım bildirin. Son gün yarın", "latlong": null, "sos": false, "created_at": "2018-10-10 10:00GMT", "seen": true } ] } ------ { "nobet": { "sonrakiNobet": "20 Mayıs 2018", "nobetListesi": "http://nobet.pdf.url" } }