Skip to content

Instantly share code, notes, and snippets.

@kissmygritts
Created August 26, 2017 01:47
Show Gist options
  • Save kissmygritts/7ac88c90f6f7670149331638fdc6d4ee to your computer and use it in GitHub Desktop.
Save kissmygritts/7ac88c90f6f7670149331638fdc6d4ee to your computer and use it in GitHub Desktop.
[
{
"id": 1,
"leads": [
{
"id": 1,
"name": "Mike Cox",
"type": "lead",
"proj_name": "Proj 1"
},
{
"id": 1,
"name": "Peri Wolff",
"type": "lead",
"proj_name": "Proj 1"
}
],
"colabs": [
{
"id": 1,
"name": "Pat Cummings",
"type": "colab",
"proj_name": "Proj 1"
},
{
"id": 1,
"name": "Matt Jeffress",
"type": "colab",
"proj_name": "Proj 1"
},
{
"id": 1,
"name": "Caleb McAdoo",
"type": "colab",
"proj_name": "Proj 1"
}
],
"stages": [
{
"type": "stage",
"proj_id": 1,
"stage_id": 4,
"proj_desc": "stage 1 proj 1",
"proj_name": "Proj 1, Stage 1"
},
{
"type": "stage",
"proj_id": 1,
"stage_id": 5,
"proj_desc": "stage 1 proj 2",
"proj_name": "Proj 1, Stage 2"
},
{
"type": "stage",
"proj_id": 1,
"stage_id": 6,
"proj_desc": "stage 1 proj 3",
"proj_name": "Proj 1, Stage 3"
}
],
"species": [
"RBHS",
"DBHS",
"CBHS"
],
"proj_desc": "project one stuff",
"proj_name": "Proj 1"
},
{
"id": 2,
"leads": [
{
"id": 2,
"name": "Jen Newmark",
"type": "lead",
"proj_name": "Proj 2"
},
{
"id": 2,
"name": "Jason Williams",
"type": "lead",
"proj_name": "Proj 2"
}
],
"colabs": [
{
"id": 2,
"name": "USGS",
"type": "colab",
"proj_name": "Proj 2"
},
{
"id": 2,
"name": "USFS",
"type": "colab",
"proj_name": "Proj 2"
},
{
"id": 2,
"name": "BLM",
"type": "colab",
"proj_name": "Proj 2"
}
],
"stages": null,
"species": [
"BBAT",
"HBAT",
"MYVO",
"MYEV",
"LANO"
],
"proj_desc": "project two stuff",
"proj_name": "Proj 2"
},
{
"id": 3,
"leads": [
{
"id": 3,
"name": "Cody McKee",
"type": "lead",
"proj_name": "Proj 3"
},
{
"id": 3,
"name": "Matt Jeffress",
"type": "lead",
"proj_name": "Proj 3"
}
],
"colabs": null,
"stages": null,
"species": [
"RMEL"
],
"proj_desc": "project three stuff",
"proj_name": "Proj 3"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment