init
This commit is contained in:
44
public/data/teams.json
Normal file
44
public/data/teams.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user