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

Passion feed filter to gallery view v1.1 - Yulia #2222

Closed
2 tasks
yangwao opened this issue Feb 4, 2022 · 8 comments · Fixed by #3023
Closed
2 tasks

Passion feed filter to gallery view v1.1 - Yulia #2222

yangwao opened this issue Feb 4, 2022 · 8 comments · Fixed by #3023
Assignees
Labels
$$ ~51-150usd collector dataview p2 core functionality, or is affecting 60% of app subquery

Comments

@yangwao
Copy link
Member

yangwao commented Feb 4, 2022

  • add a switch to the main gallery view to switch to passion feed, default on. To be able to switch between ALL <> PASSION
  • query
    -- where a collector is a current owner but not the issuer
    -- all nfts where the issuer is in the array from list 1

@vikiival will pass query shortly which should be put as resolver to https://github.com/kodadot/rubick

@yangwao yangwao added $ ~<50usd subquery p2 core functionality, or is affecting 60% of app collector dataview labels Feb 4, 2022
@yangwao yangwao changed the title Passion feed filter to gallery view v1.1 Passion feed filter to gallery view v1.1 - Yulia Feb 4, 2022
This was referenced Feb 4, 2022
@vikiival
Copy link
Member

vikiival commented Feb 4, 2022

For SubQuery to fetch my artists

query passionFeed($account: String!) {
  nFTEntities(
    filter: {
      currentOwner: { equalTo: $account }
      issuer: { notEqualTo: $account }
    }
  ) {
    nodes {
      issuer
    }
  }
}

then a buildSearchParam has to be extended with:

params.push({
  issuer: { in: passionList }
})

passionList should be string[]

@vikiival
Copy link
Member

vikiival commented Feb 4, 2022

kodadot/rubick#27

@XyloDrone
Copy link

Is a passion feed a display of "liked" artworks and followed artists?

@roiLeo
Copy link
Contributor

roiLeo commented Feb 8, 2022

Is a passion feed a display of "liked" artworks and followed artists?

From what I understand, it will be a feed of nfts created by artists whom I already own one or more nfts.

@XyloDrone
Copy link

Something like this?
Screenshot 2022-02-08 at 15 29 48

I think this is cool, but if it is possible I think follows / likes would be a good thing to have as collectors can then choose which artists and pieces to track

@yangwao
Copy link
Member Author

yangwao commented Feb 8, 2022

Something like this?
Screenshot 2022-02-08 at 15 29 48

I think this is cool, but if it is possible I think follows / likes would be a good thing to have as collectors can then choose which artists and pieces to track

Bought has higher valuation in graph.

Likes we already have as emotes, that's could be nice feed decoration, but doesn't signal higher appreciation hence it's cheap to be gamed/attacked on KSM

@KngZhi
Copy link
Contributor

KngZhi commented May 15, 2022

I'll take it.

@kodabot
Copy link
Collaborator

kodabot commented May 15, 2022

ASSIGNED - @KngZhi 🔒 LOCKED -> Tuesday, May 17th 2022, 08:57:28 UTC -> 48 hours

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
$$ ~51-150usd collector dataview p2 core functionality, or is affecting 60% of app subquery
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants