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

Featured NFTs Section #3776

Closed
Tracked by #3686
dmtrjsg opened this issue Feb 13, 2023 · 1 comment
Closed
Tracked by #3686

Featured NFTs Section #3776

dmtrjsg opened this issue Feb 13, 2023 · 1 comment
Assignees
Labels

Comments

@dmtrjsg
Copy link

dmtrjsg commented Feb 13, 2023

Context

Design

Preview of section
Screenshot 2023-02-13 at 12 03 39

Link to Figma components>

Scope

AC:

  • The “Featured” section contains video NFTs selected by the gateway operator, ordered by:
    Auction timer, ascending (if available),
    Views,
    Upcoming sales at the end.

  • If a video NFT is not on sale, or is not on an upcoming sale, it should not be included in this section.
    The section should not be displayed if there are less than 2 video NFTs that can be displayed.

  • Component states: NFT, Verified, Whitelisted link >

@dmtrjsg
Copy link
Author

dmtrjsg commented May 4, 2023

Decided to go with the following order for sorting (out of all Featured NFTs, manually selected by the operator)

  1. Timed auction - by time to expiration (lowest first)
  2. Open auction and Buy Now - by views
  3. Upcoming auction - by time to get auctioned (soonest first)
  4. Settled auctions/ not for sale -> removed.

⚠️ FE fetches ALL of the NFTs flagged as featured by the operator and sorting it on the client side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants