Created
August 31, 2022 12:46
-
-
Save justinbalaguer/b6d16e951b2fba5afcea180c27eebd15 to your computer and use it in GitHub Desktop.
Kanban board JSON structure
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
{ | |
"lanes": [ | |
{ | |
"id": "bbee5a30-2543-11ed-bdb4-d9bfb75d740e", | |
"title": "To:Do", | |
"cards": [ | |
{ | |
"id": "c71e3ee0-2546-11ed-88d8-e9102625d80a", | |
"tags": [], | |
"createdAt": "2022-08-26T13:55:37.691Z", | |
"title": "test", | |
"description": "test", | |
"laneId": "bbee5a30-2543-11ed-bdb4-d9bfb75d740e" | |
}, | |
{ | |
"id": "68233ec0-286d-11ed-9b93-472f54271168", | |
"tags": [], | |
"createdAt": "2022-08-30T14:09:45.460Z", | |
"title": "zxczxcz", | |
"description": "qweqwe", | |
"laneId": "bbee5a30-2543-11ed-bdb4-d9bfb75d740e" | |
} | |
], | |
"currentPage": 1 | |
}, | |
{ | |
"id": "2af33620-286a-11ed-beb0-93bef52c6806", | |
"cards": [], | |
"title": "In Progress", | |
"currentPage": 1 | |
}, | |
{ | |
"id": "65720170-286d-11ed-9b93-472f54271168", | |
"cards": [], | |
"title": "Done", | |
"currentPage": 1 | |
} | |
], | |
"boardId": "1661505036392" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment