Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Table of Contents

...

https://www.figma.com/design/UzJyp5DM8xvfWRI4Iy44hU/New-FIO-Design-Concepts?node-id=201-13517&t=FFmu4aeKZwSayOOj-0

Governance

Visual

Functionality

Common

  • FIO Foundation Board of Directors next Vote Count

    • Automatically show the next count date. The counts are 3 times a year:

      • April 15th 2PM (UTC-5)

      • August 16th 2PM (UTC-5)

      • December 15th 2PM (UTC-5)

Overview

image-20240814-203009.pngImage RemovedDo not implement for now
image-20240815-175406.pngImage Added

  • Display

    • FIO Foundation Board of Directors next Vote Count

    • Your Wallets & Voting Power

      • Display for every wallet attached to user:

        • Wallet Name

          • User assigned wallet name

        • Current voting power

        • FIO Board Vote

          • Run /get_sent_fio_requests if user has a request to vote@fio show VOTED, else show NOT VOTED

            • DEV NOTE: The user may have many sent request, so paging may be required. Consider, making this process asynchronous and store result in db.

        • Block Producer vote

          • Run /get_table_rows where lower_bound and upper_bound are hashes of account name

            Code Block
            {
                "json": true,
                "code": "eosio",
                "scope": "eosio",
                "table": "voters",
                "lower_bound": "15904889575112793648",
                "upper_bound": "15904889575112793648",
                "index_position": 3,
                "key_type": "i64"
            }
          • If record not found show NOT VOTED

          • If record found and ( is_auto_proxy : 1 OR proxy is not empty) show PROXIED, update FIO Board Vote to PROXIED as well irrespective of the request query

My voting activity

    • Videos

      • TBD

    • Links

      • View Foundation Board Directors

        • On click

          • Display Block Producers Page

      • For each wallet

        • View (per wallet)

          • On click

            • Display Wallet’s Voting Details Page

        • ? next to PROXIED only

          • On click display

copy overlay based on status:PROXIED:
          • “If you proxy your tokens, they count towards your proxy's vote, not your own. Staked tokens may be automatically proxied. To stop proxying, vote for block producers.”

      • Learn More

        • On click

          • Display Voting Help Page

FIO Foundation Board of Directors

image-20240814-210736.pngImage Removed

image-20240815-175217.pngImage Added

  • Display

    • FIO Foundation Board of Directors next Vote Count

  • My current vote

    • Do not implement for now

      • Upcoming election candidates

      • Videos

        • TBD

      • Links

        • View Current Board of Directors

        • View (per candidate)

          • On click

            • Display Board Candidate Details Page

        • Cast Vote

          • On click

            • Display Cast Board Vote Page

        • Learn More

          • On click

            • Display Voting Help Page

    Board Candidate Details

    image-20240815-180621.pngImage Added
    • Display

      • Display from https://jira.fio.net/search?jql=filter=10080&maxResults=1000 for specific id

        • Name: issuesfieldssummary

        • Last Vote Count: issuesfieldscustomfield_10183

        • Url: issuesfieldscustomfield_10181

        • Image: issuesfieldscustomfield_10178

        • Label: issuesfieldsstatusname

        • Candidate: issuesid (remove “FB-”)

        • Country: issuesfieldscustomfield_10176

        • Text: issuescustomfield_10180content[0]content[0]text

        • Links

          • Twitter: issuesfieldscustomfield_10179

          • LinkedIn: issuesfieldscustomfield_10177

          • Web: issuesfieldscustomfield_10181

    Cast Board Vote

    image-20240815-181839.pngImage Added
    • Collect

      • Wallet

      • FIO Handle

      • Candidates (see above for field mapping)

        • X removes candidate from list

    • Links

      • Vote Now

        • Send a FIO Request

          • To: vote@fio

          • chain_code: FIO

          • token_code: FIO

          • amount: 1

          • memo: id’s of candidates separated by comma, e.g. “1,34,40,50”

    Block Producers

    image-20240815-182950.pngImage Added
    • Display

      • Current Block Producers

      • Videos

        • TBD

      • Links

        • View (per BP)

          • Do not show for now

        • Cast Vote

          • On click

            • Display Cast BP Vote Page

        • Learn More

          • On click

            • Display Voting Help Page

    Cast BP Vote

    image-20240815-184456.pngImage Added
    • Collect

      • Wallet

      • FIO Handle

        • If not available or none selected, fee will be charged

      • Selected BPs

        • X removes BP from list

    • Links

    Wallet’s Voting Details

    FIO Foundation Board of Directors

    image-20240815-185119.pngImage Added

    Block Producers

    image-20240815-185212.pngImage Added

    Voting Help

    image-20240815-191446.pngImage Added