This commit is contained in:
Julien Froidefond
2025-08-20 15:43:24 +02:00
commit 09d2c5cbe1
100 changed files with 12494 additions and 0 deletions

44
public/data/teams.json Normal file
View File

@@ -0,0 +1,44 @@
{
"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"
}
]
}