mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-22 01:34:44 -05:00
48 lines
635 B
JSON
48 lines
635 B
JSON
[
|
|
{
|
|
"title": "Thing",
|
|
"features": [
|
|
{
|
|
"name": "Feature A",
|
|
"status": "done"
|
|
},
|
|
{
|
|
"name": "Feature B",
|
|
"status": "ongoing"
|
|
},
|
|
{
|
|
"name": "Feature B",
|
|
"status": "ongoing"
|
|
},
|
|
{
|
|
"name": "Feature B",
|
|
"status": "done"
|
|
},
|
|
{
|
|
"name": "Feature B",
|
|
"status": "ongoing"
|
|
},
|
|
{
|
|
"name": "Feature A",
|
|
"status": "todo"
|
|
},
|
|
{
|
|
"name": "Feature A",
|
|
"status": "todo"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"title": "Another list",
|
|
"features": [
|
|
{
|
|
"name": "Some other A",
|
|
"status": "todo"
|
|
},
|
|
{
|
|
"name": "Feature B",
|
|
"status": "done"
|
|
}
|
|
]
|
|
}
|
|
] |