Files
peakskills/public/data/teams.json
Julien Froidefond 09d2c5cbe1 init
2025-08-20 15:43:24 +02:00

45 lines
763 B
JSON

{
"teams": [
{
"id": "frontend",
"name": "Frontend",
"direction": "Engineering"
},
{
"id": "backend",
"name": "Backend",
"direction": "Engineering"
},
{
"id": "devops",
"name": "DevOps",
"direction": "Engineering"
},
{
"id": "mobile",
"name": "Mobile",
"direction": "Engineering"
},
{
"id": "data",
"name": "Data Science",
"direction": "Engineering"
},
{
"id": "product",
"name": "Product",
"direction": "Product"
},
{
"id": "design",
"name": "Design",
"direction": "Product"
},
{
"id": "marketing",
"name": "Marketing",
"direction": "Business"
}
]
}