Last active
June 28, 2017 10:30
-
-
Save janherich/cb5b276150e1519ea34e4d3003c6a021 to your computer and use it in GitHub Desktop.
projects.json
This file contains 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
[{ | |
"id" : 392, | |
"title" : "Solved R&D - Internal Project", | |
"description" : "Developing the Solved Platform & Processes", | |
"topics" : { | |
"DISCIPLINE" : [ { | |
"id" : 1, | |
"name" : "General", | |
"avatar" : "", | |
"topicGroup" : "DISCIPLINE", | |
"disabled" : false | |
}, { | |
"id" : 3, | |
"name" : "Finance", | |
"avatar" : "", | |
"topicGroup" : "DISCIPLINE", | |
"disabled" : false | |
}, { | |
"id" : 5, | |
"name" : "Society", | |
"avatar" : "", | |
"topicGroup" : "DISCIPLINE", | |
"disabled" : false | |
}, { | |
"id" : 6, | |
"name" : "Technology", | |
"avatar" : "", | |
"topicGroup" : "DISCIPLINE", | |
"disabled" : false | |
}, { | |
"id" : 7, | |
"name" : "Design", | |
"avatar" : "", | |
"topicGroup" : "DISCIPLINE", | |
"disabled" : false | |
} ], | |
"SECTOR" : [ { | |
"id" : 13, | |
"name" : "Processes", | |
"avatar" : "", | |
"topicGroup" : "SECTOR", | |
"disabled" : false | |
}, { | |
"id" : 16, | |
"name" : "ICT", | |
"avatar" : "", | |
"topicGroup" : "SECTOR", | |
"disabled" : false | |
} ] | |
}, | |
"phases" : [ { | |
"id" : 1175, | |
"name" : "Define", | |
"enabled" : true, | |
"active" : true, | |
"milestones" : null | |
}, { | |
"id" : 1176, | |
"name" : "Cocreate", | |
"enabled" : false, | |
"active" : false, | |
"milestones" : null | |
}, { | |
"id" : 1174, | |
"name" : "Solved.", | |
"enabled" : false, | |
"active" : false, | |
"milestones" : null | |
} ], | |
"phase": "Define", | |
"newPostsCount" : 0, | |
"role" : "EXPERT", | |
"place" : "Bratislava, Slovakia", | |
"placeLat" : 48.1485965, | |
"placeLng" : 17.107747700000004, | |
"status" : "CONFIDENTIAL", | |
/** New attrs **/ | |
"membersCount" : 10, | |
"image" : "/api-0.1.0/projects/392/image?width=72&height=72&v=", | |
"client" : {"id": 1, | |
"name": "Solved", | |
"logo": "/api-0.1.0/companies/1/logo?width=72&height=72&v="}, | |
"partners" : [{"id": 2, | |
"name": "C40 Cities", | |
"logo": "/api-0.1.0/companies/2/logo?width=72&height=72&v="}, | |
{"id": 3, | |
"name": "Another partner", | |
"logo": "/api-0.1.0/companies/3/logo?width=72&height=72&v="}] | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment