-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Tracking] - Web UI V1 Backend Requirements #8664
Comments
rauljordan
added
Tracking
Gotta Catch 'Em All
Web UI
Related to our beautiful Web UI
labels
Mar 24, 2021
Starting with the Wallet recover request,
|
For the delete accounts it was removed part of This Commit |
This was referenced Mar 27, 2021
For the voluntarily exit I'm getting this. I stopped my validator, kept the beacon(running on the same machine) running to broadcast.
|
This was referenced Apr 16, 2021
What has been closed?
…On Tue, 2 Nov 2021, 10:18 Raul Jordan, ***@***.***> wrote:
Closed #8664 <#8664>.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#8664 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATLPSXVH3YGAIN2YV6N3UBLUKAFMDANCNFSM4ZXVFB6Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
💎 Issue
Background
We have been working towards revamping our Prysm web UI to version 1, which comes with a lot more useful features and user experience improvements for the usability of Prysm. Based on user research and aligned with the direction of Prysm as an eth2 client that encourages a good user experience, we are redefining the purpose of our web UI.
The purpose of the web UI is to be an alternative to the CLI to manage Prysm and run validators. It is not meant to be a block explorer by any means. This means we should stick to showing users information about their validators, their processes instead of showing greater information about the state of the network. We want to delegate this info as much as possible to block explorers. The web UI is meant to be functional. That is, we want easy access to the key actions a user can take and the key data a user wants to see right away.
To accomplish this, more work needs to be done in the frontend as it involves design work as well. However, there is important backend work to be done.
Description
language: string
property which allows users to pick a bip39 standard language for recovering their wallet from a mnemonic/v2/validator/accounts/voluntary-exit
/v2/validator/slashing-protection/import
andexport
The required request types for these items above can be found here
The text was updated successfully, but these errors were encountered: