Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

links with hash-based routing #11

Open
hitchhooker opened this issue Nov 24, 2024 · 1 comment
Open

links with hash-based routing #11

hitchhooker opened this issue Nov 24, 2024 · 1 comment

Comments

@hitchhooker
Copy link

something that forces me still to use pjs every time I want to share some calls with team members, console wont offer routed links like pjs does.

#/storage/identity/identityOf/0x{ENCODED_KEY}
#/extrinsics/0x{ENCODED_CALL}
@josepot
Copy link
Member

josepot commented Nov 24, 2024

This is, indeed, one of the things that bothers me the most about the current state of the console, and also one of the main reasons why the console is still flagged as "beta".

I think that we will be able to offer even better routing than PJS. However, the routing system requires a bit of thought and it has some corner cases that make it a bit difficult to implement. We don't have a lot of time to work on the console, b/c we have to focus on the deliverables of our latest OpenGov proposal. However, I will try to make sure that we prioritize this item.

Although, the routing system that I'm envisioning is slightly different than the one that you proposed. For instance, for storage I was imagining something like:

/{chain}/storage/0x{encodedStorageQuery}

Anyways, thanks a lot for opening the issue, and please open as many issue as you want. Also, we are very eager to learn from the things you think could make the console better 🙏.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants