Merge pull request #10552 from taras/show-artist-relationships

Added relationship between artist components
This commit is contained in:
Ben Lambert
2022-03-31 19:59:16 +02:00
committed by GitHub
3 changed files with 16 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
---
'@backstage/catalog-model': patch
---
Added a connection between www-artist and artist-lookup components
<details>
<summary>Screenshots</summary>
![www-artist component](https://user-images.githubusercontent.com/74687/161088772-bc1df84e-28c1-4b08-b914-109cd6d04521.jpg)
![artist-lookup component](https://user-images.githubusercontent.com/74687/161088775-120c5610-f094-4cd1-bb2d-3ab9623a6c72.jpg)
</details>
@@ -34,3 +34,4 @@ spec:
owner: team-a
system: artist-engagement-portal
dependsOn: ['resource:artists-db']
apiConsumedBy: ['component:www-artist']
@@ -8,3 +8,4 @@ spec:
lifecycle: production
owner: team-a
system: artist-engagement-portal
consumesApis: ['component:artist-lookup']