Merge pull request #10552 from taras/show-artist-relationships
Added relationship between artist components
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
---
|
||||
'@backstage/catalog-model': patch
|
||||
---
|
||||
|
||||
Added a connection between www-artist and artist-lookup components
|
||||
|
||||
<details>
|
||||
<summary>Screenshots</summary>
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
</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']
|
||||
|
||||
Reference in New Issue
Block a user