Feature request: Allow going to viewer mode using groupId
, artifactId
, and versionId
#638
Closed
11 tasks done
Labels
Application: Query
Issues related to Legend Query application
Application: Studio
Issues related to Legend Studio application
Component: SDLC
Studio Core Team
Opened by a member of the Studio core team
Type: Feature Request
Milestone
Similar requests
What problems are you trying to solve?
We should have a way to go to Studio viewer mode using
GAV
coordinate, i.e.groupId
,artifactId
,versionId
Describe the solution you would like to see implemented
/-/view/gav/${groupId}:${artifactId}:${versionId}
latest
(for latest version) andHEAD
for latest revision asversionId
/entity/${entityPath}
to agreed URLSDLC
project configuration
, we would need to adjustViewer
graph building algorithm slightly. We currently useSDLC
when fetching dependencies and usedepot
to fetch all upstream dependency entities. For this flow, we can just useDepot
for both.QueryStore
)Query App
studio.url
to configStudio
Describe alternatives you have considered
No response
Documentation, Design, Adoption, Migration Strategy
No response
Contribution
The text was updated successfully, but these errors were encountered: