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

Review links pointing to the explorer #740

Open
Tracked by #193
elboletaire opened this issue Jul 19, 2024 · 1 comment
Open
Tracked by #193

Review links pointing to the explorer #740

elboletaire opened this issue Jul 19, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@elboletaire
Copy link
Member

elboletaire commented Jul 19, 2024

The new explorer changes some URLs, and they should be updated here to properly point to the new ones.

The most notably change is the new explorer does not use hashed routes, so all that /#/ in the old routes won't exist now. Other than that. most routes follow the old standard:

Next.js Route React Route Notes
/ / Base route
/blocks /blocks/:page? Blocks list with optional page parameter
/blocks/show /block/:height/:page? Block details with height and optional page
/converter (Not specified) Not explicitly defined in the new routes
/envelopes/show /envelope/:verifier Envelope details with verifier parameter
/index/featured (Not specified) Not explicitly defined in the new routes
/organizations /organizations/:page?/:query? Organizations list with optional page and query parameters
/organizations/show /organization/:pid/:page? Organization details with pid and optional page
/processes /processes/:page? Processes list with optional page parameter
/processes/show /process/:pid Process details with pid parameter
/stats (Not specified) Not explicitly defined in the new routes
/transactions /transactions/:page? Transactions list with optional page parameter
/transactions/show /transactions/:block/:index Transaction details with block and index parameters
/validators /validators Validators list
/verify /verify/:verifier? Verify with optional verifier parameter

This should be done during the release of the explorer to LTS: vocdoni/explorer#81 (i.e. as soon as that PR is ready to merge, create PR on all other projects like this one).

@elboletaire
Copy link
Member Author

No need to hurry finally, the explorer will have support for old routes: vocdoni/explorer#83

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

No branches or pull requests

1 participant