manager-ui icon indicating copy to clipboard operation
manager-ui copied to clipboard

Marketplace Feature: Sending Path in frame Message

Open ardeay opened this issue 1 year ago • 1 comments

It would be very valuable to hot link to marketplace app with a URL like /page/zuid that way apps can launch into relative content that can be linked throughout the manager.

Describe the solution you'd like Be able to link to a page like /app/80-f8a6fce7ed-kj6qgd/page/8-xyz-xyz which would pass the path /page/7-xyz-xyz in the message body like

{
  zuid: '8-zyx...',
  path: '/page/7-xyz-xyz',
  token: 'xxxxx'
}

Describe alternatives you've considered Maybe using query params? /app/80-f8a6fce7ed-kj6qgd/?view=page&zuid=8-xyz-xyz

Additional context This allows apps to be interconnected to content, in the manager for specific apps we support we could check is an app is install and provide buttons in the core parts of the manager like schema and content to hotlink to specific areas of analytics, layouts, etc.

ardeay avatar Aug 02 '22 13:08 ardeay