Skip to content

Commit

Permalink
update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
slu-it committed Sep 25, 2024
1 parent ce02507 commit 9a3b041
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .build/buildSrc/src/main/resources/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,63 +3,63 @@
{
"id": "frontend",
"name": "Frontend",
"groupId": "application",
"systemId": "platform"
"groupId": "team",
"systemId": "application"
},
{
"id": "order-service",
"name": "Order Service",
"groupId": "application",
"systemId": "platform"
"groupId": "team",
"systemId": "application"
},
{
"id": "order-database",
"name": "database",
"groupId": "application",
"systemId": "platform"
"groupId": "team",
"systemId": "application"
},
{
"id": "inventory-service",
"name": "Inventory Service",
"groupId": "application",
"systemId": "platform"
"groupId": "team",
"systemId": "application"
},
{
"id": "inventory-database",
"name": "database",
"groupId": "application",
"systemId": "platform"
"groupId": "team",
"systemId": "application"
},
{
"id": "payment-service",
"name": "Payment Service",
"systemId": "platform"
"systemId": "application"
},
{
"id": "notification-service",
"name": "Notification Service",
"systemId": "platform"
"systemId": "application"
},
{
"id": "warehouse-service",
"name": "Warehouse Service",
"systemId": "other-project"
"systemId": "third-party"
}
],
"groups": [
{
"id": "application",
"name": "Application"
"id": "team",
"name": "Our Team"
}
],
"systems": [
{
"id": "platform",
"name": "Platform"
"id": "application",
"name": "Application"
},
{
"id": "other-project",
"name": "Other Project"
"id": "third-party",
"name": "3rd Party"
}
]
}

0 comments on commit 9a3b041

Please sign in to comment.