PrimeDAO / prime-deals-dapp

DAO to DAO negotiations facilitated, ratified, and archived.
https://www.prime.xyz/deals
3 stars 1 forks source link

Feature Request: Display Vesting Schedule in Funding Page #1206

Open BartuCulha opened 1 year ago

BartuCulha commented 1 year ago

Currently we do not show the vesting schedule of a Token in our UI. Therefore Lead, Representatives are not able to calculate when these tokens will be released.

Ideally we can solve this issue by adding new Vesting Schedule Column to the funding page

Feature: Display Vesting Schedule
    Background: Lead and Members are in Funding Page

Scenario: Lead or Representative sees the vesting Schedule
        When the lead or representative visits the Funding Page
        And tokens swap has been already executed
                And Vesting period is active
        Then UI displays how many days left for Cliff to End and how many days left for Vesting to be over

Funding-Prime-Deals