Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Table of Contents

UX

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.png

  • 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

          • Run /get_fio_balance and display available / 1000000000

        • 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

            {
                "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

      • Do not implement for now

    • Links

      • View Foundation Board Directors

        • On click

          • Display Block Producers

      • For each wallet

        • View (per wallet)

          • On click

            • Display Wallet’s Voting Details

        • ?

          • 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

FIO Foundation Board of Directors

image-20240814-210736.png

  • Display

    • FIO Foundation Board of Directors next Vote Count

    • My current vote

      • Do not implement for now

    • Upcoming election candidates

  • No labels