It changes the concept of disliked to seen for the reasons outlined in the above PR.
It filters out seenArtworks AND likedArtworks from the final artwork results.
Considerations
Regarding the filtering, this does mean that we can (and likely will) get less results than any limit we set. Maybe this is fine, but just want to call it out. Also this may not be a final filtering strategy. Just the naive approach to keep things moving.
This PR follow https://github.com/artsy/quantum/pull/38 and does two things:
disliked
toseen
for the reasons outlined in the above PR.seenArtworks
ANDlikedArtworks
from the final artwork results.Considerations
DO NOT MERGE UNTIL THE SCHEMA CHANGES IN https://github.com/artsy/quantum/pull/38 have been applied