wso2 / devrel

All WSO2 DevRel tasks and content can be tracked here.
Apache License 2.0
34 stars 16 forks source link

[STORY] Have direct links to the console from docs #44

Open nilminiwso2 opened 2 years ago

nilminiwso2 commented 2 years ago

For example, let's say we are guiding a user to create an application.

Instead of saying,

1. In the Asgardeo Console, Select the Develop > Applications.
2. Select Use Predefined and select Single-Page Application type.

we can directly link to https://console.asgardeo.io/develop/applications/templates and upon user login it should directly go to a URL like

https://console.asgardeo.io/t//develop/applications/templates

where a user can directly do his task

vordimous commented 2 years ago

This is a limitation in the Console UI. Because the console app is a SPA, it defaults every link to the homepage and then will let the user navigate. A static link from the docs or a blog or SO post should allow the user to end up at the right place with their most recent or default tenant. I have spoken to @darshanasbg about the improvement on the console side.

vordimous commented 2 years ago

I looked up the issue is handled on the choreo side to see how the UX is working.

EX: https://console.choreo.dev/insights/devices and https://console.choreo.dev/insights/devices/ahdsfhjf will both result in the user ending up on the https://console.choreo.dev/organizations//insights/devices page after auth flow.