artsy / metaphysics

Artsy's GraphQL API
MIT License
360 stars 89 forks source link

refactor: filter discovery artworks and use seenArtworks #6161

Closed mc-jones closed 2 weeks ago

mc-jones commented 2 weeks ago

This PR follow https://github.com/artsy/quantum/pull/38 and does two things:

  1. It changes the concept of disliked to seen for the reasons outlined in the above PR.
  2. It filters out seenArtworks AND likedArtworks from the final artwork results.

Considerations

DO NOT MERGE UNTIL THE SCHEMA CHANGES IN https://github.com/artsy/quantum/pull/38 have been applied