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

Staking View - Show Block Producers #112

Open
teddyjfpender opened this issue Dec 23, 2023 · 0 comments
Open

Staking View - Show Block Producers #112

teddyjfpender opened this issue Dec 23, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@teddyjfpender
Copy link
Collaborator

Issue Title: Add Block Producer Viewing Feature in Staking Tab

Description

In the Staking Tab of Pallad, users require a convenient method to view block producers. This functionality will enable users to decide who to delegate their MINA to quickly.

Acceptance Criteria

  1. View Block Producers: Users should be able to view a list of block producers within the Staking Tab.
  2. Filter and Sort Options: Users should have options to filter and sort block producers based on various criteria like performance, fees, etc.
  3. Delegate Functionality: There should be an easy way to delegate MINA to a block producer from this view.
  4. User-Friendly Interface: The interface should be intuitive and easy to navigate.

Gherkin

Feature: View Block Producers in Staking Tab

  As a user of the Mina network
  I want to be able to view and assess block producers directly from the Staking Tab
  So that I can make informed decisions about delegating my MINA without leaving the wallet.

  Scenario: Viewing the list of Block Producers
    Given I am on the Staking Tab
    Then I should see a list of available block producers

  Scenario: Filtering and Sorting Block Producers
    Given I am viewing the list of block producers
    When I apply filters or sorting criteria
    Then the list should be updated to reflect my preferences

  Scenario: Accessing Detailed Information of a Block Producer
    Given I am browsing through block producers
    When I click on a block producer
    Then detailed information about the block producer should be displayed

  Scenario: Delegating MINA to a Block Producer
    Given I have chosen a block producer
    When I select the option to delegate my MINA
    Then the process to delegate MINA should be initiated
@teddyjfpender teddyjfpender added the enhancement New feature or request label Dec 23, 2023
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