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 characters
{"debug":{"version":3.1},"status":"OK","copyright":"Copyright (c) 2018 The New York Times Company. All Rights Reserved.","results":{"comments":[{"commentID":26599277,"status":"approved","commentSequence":26599277,"userID":60211101,"userDisplayName":"Ed Watters","userLocation":"San Francisco","userTitle":"NULL","userURL":"NULL","commentTitle":"<br\/>","commentBody":"\"They pointed to the rise of the Islamic State in Iraq after former President Barack Obama withdrew troops from [Iraq] as a precedent they said laid the groundwork for the militant organization to flourish there.\"<br\/><br\/>And there we have the rationale for \"endless war\". It must go unmentioned that it was the US invasion of Iraq that really \"laid the groundwork for the militant organization to flourish there\", and also that the US military presence in Syria is for anti-Assad\/anti-Russian purposes.<br\/><br\/>If we had an independent corporate-media, the public would be reminded with each report how much money is being made by the US mil |
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 characters
##### | |
# Interfaces describing the two kinds of cursor based paginated inputs | |
##### | |
interface TimePaginator { | |
Cursor Date.Time | |
} |
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 characters
{ | |
"askHost": "http://localhost:16183", | |
"basicAuthorization": "Basic 123123123123213", | |
"s3": { | |
"bucket": "", | |
"region": "", | |
"accessKeyId": "", | |
"secretAccessKey": "" | |
}, | |
"minimalWidgets": false, |
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 characters
{ | |
"trustHost": "http://localhost:8080", | |
"elkhornHost": "http://localhost:4444", | |
"askHost": "http://localhost:16183", | |
"xeniaHost": "http://localhost:4000", | |
"environment": "dev", | |
"requireLogin": true, | |
"brand": "Coral Project", |
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 characters
// the following is a candidate for the intial packet to be loaded. | |
// | |
// note: the submissions section was rendered using this api: | |
// /v1/form/580627b42600e2035218509f/aggregate/all/submission?skip=0&limit=10&filterby=bookmarked&orderby=dsc | |
// | |
// [group=all], skip, limit, filterby [bookmarked|flagged] and orderby can be used to render the files we want with one level of grouping. | |
{ |
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 characters
# This doc is a proposal for asking for aggregations by a single group. | |
# The endpoint / filename would include the group_id or "all" for all submissions. | |
# allowing for the url to be formed using the group_id in the form digest file. | |
{ | |
"group": { | |
"question_id": "", | |
"question": "all", | |
"answer": "all" | |
}, |
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 characters
{ | |
"questions": { | |
"6e8ce7ef-5310-4e65-9995-bdf492394f3c": { | |
"id": "6e8ce7ef-5310-4e65-9995-bdf492394f3c", | |
"type": "TextField", | |
"title": "Where are you?", | |
"group_by": false | |
}, | |
"80bd7b99-edc6-435d-9585-8a6014cea52e": { | |
"id": "80bd7b99-edc6-435d-9585-8a6014cea52e", |
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 characters
{ | |
"groups": { | |
"34d4637c0412f2df0030332922d07885": { | |
"question_id": "d21eda82-8000-4e5d-9506-3a41907b6b59", | |
"question": "How do you feel about the incumbent?", | |
"answer": "😁" | |
}, | |
"86d88d9e4e39979f13b822d1643a95f4": { | |
"question_id": "d21eda82-8000-4e5d-9506-3a41907b6b59", | |
"question": "How do you feel about the incumbent?", |
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 characters
{ | |
"aggregations": { | |
"86d88d9e4e39979f13b822d1643a95f4": { | |
"group": { | |
"question_id": "d21eda82-8000-4e5d-9506-3a41907b6b59", | |
"question": "How do you feel about the incumbent?", | |
"answer": "🇺🇸" | |
}, | |
"count": 1, | |
"mc": { |
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 characters
{ | |
"responses": 15, | |
"aggregations": { | |
"23366ebe-ed47-457c-b3fd-71ebe9bcc01d": { | |
"question": { | |
"id": "23366ebe-ed47-457c-b3fd-71ebe9bcc01d", | |
"type": "field", | |
"identity": false, | |
"component": "MultipleChoice", |
NewerOlder