snowballtools-base/packages/frontend/src/assets/deployments.json
prathamesh0 af021d3357 Refactor to fetch organization and deployment details in the parent component (#23)
* Refactor to fetch organization details in the parent component

* Fetch and use deployment details for a project

* Remove deployment field from ProjectDetails type

---------

Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2024-02-01 11:37:57 +05:30

45 lines
997 B
JSON

[
{
"id": 1,
"title": "nextjs-boilerplate-9t44zbky4dg-bygideon-projects",
"status": "Building",
"isProduction": true,
"isCurrent": false,
"branch": "prod",
"commit": {
"hash": "9haif19",
"message": "Update hover state"
},
"author": "Gideon",
"updatedAt": "2023-12-11T04:20:00"
},
{
"id": 2,
"title": "nextjs-boilerplate-9232dwky4dg-bygideon-projects",
"status": "Ready",
"isProduction": false,
"isCurrent": false,
"branch": "prod",
"commit": {
"hash": "43de569",
"message": "Fix lint errors"
},
"author": "Brad",
"updatedAt": "2023-12-11T04:20:00"
},
{
"id": 3,
"title": "nextjs-boilerplate-9saa22y4dg-bygideon-projects",
"status": "Error",
"isProduction": false,
"isCurrent": false,
"branch": "main",
"commit": {
"hash": "4hdsf19",
"message": "Apply style to button"
},
"author": "Alice",
"updatedAt": "2023-12-11T04:20:00"
}
]