20 lines
338 B
JSON
20 lines
338 B
JSON
|
|
[
|
||
|
|
{
|
||
|
|
"step": "#1",
|
||
|
|
"task": "Drop a table",
|
||
|
|
"status": "✅",
|
||
|
|
"action": ""
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"step": "#2",
|
||
|
|
"task": "Create a query fetch_users with the Mock DB",
|
||
|
|
"status": "--",
|
||
|
|
"action": ""
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"step": "#3",
|
||
|
|
"task": "Bind the query using => fetch_users.data",
|
||
|
|
"status": "--",
|
||
|
|
"action": ""
|
||
|
|
}
|
||
|
|
]
|