GoodDollar / GoodProtocolUI

UI for the GoodProtocol smart contracts
https://good-swap.vercel.app
GNU General Public License v3.0
7 stars 12 forks source link

[GoodID] Show available offers (redtent) #549

Open sirpy opened 2 months ago

sirpy commented 2 months ago

Business Description

User should see the redtent offer if he is eligible

Technical Implementation

When user press the claim button we send him to the CheckAvailableOffers component which should show the redtent offer if available. Pass a callback to CheckAvailableOffers that would navigate user to the Claim screen after he is done registering or not eligible

Acceptance Criteria

How we know if the feature is working as expected / how we test it.

L03TJ3 commented 2 months ago

@sirpy a user will not see the redtent offer eligibily based on a click on the claim-button. the only route is through the confirmation screen: https://github.com/GoodDollar/GoodWeb3-Mono/issues/120