Skip to content

Instantly share code, notes, and snippets.

@ahmetskilinc
Last active July 19, 2021 09:37
Show Gist options
  • Save ahmetskilinc/4cd96e45f6b795ca1f125d1b679d3f4b to your computer and use it in GitHub Desktop.
Save ahmetskilinc/4cd96e45f6b795ca1f125d1b679d3f4b to your computer and use it in GitHub Desktop.
[
{
"id": 1,
"title": "board 1",
"cards": [{
"id": 1,
"title": "Ideas",
"items": [{
"title": "add authentication",
"id": 1,
"label": "green-alert"
}]
},
{
"id": 2,
"title": "Todo",
"items": [{
"title": "finish this project",
"id": 1,
"label": "medium-alert"
},
{
"title": "add drag and drop",
"id": 2
},
{
"title": "yeah lets work",
"id": 3,
"label": "urgent-alert"
}
]
},
{
"id": 3,
"title": "Doing",
"items": [{
"title": "finish this sprint",
"id": 1,
"label": "urgent-alert"
},
{
"title": "come on mate",
"id": 2,
"label": "green-alert"
}
]
},
{
"id": 4,
"title": "Done",
"items": []
}
]
},
{
"id": 2,
"title": "board 2",
"cards": [{
"id": 1,
"title": "Its",
"items": [{
"title": "add authentication",
"id": 1,
"label": "green-alert"
}]
},
{
"id": 2,
"title": "Coming",
"items": [{
"title": "finish this project",
"id": 1,
"label": "medium-alert"
},
{
"title": "yeah lets work",
"id": 2,
"label": "urgent-alert"
}
]
},
{
"id": 3,
"title": "Home",
"items": []
},
{
"id": 4,
"title": "Lad",
"items": [{
"title": "come on mate",
"id": 1,
"label": "green-alert"
}]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment