fuzzydice555 / perfume-tracker

NextJS app to track a perfume collection and get recommendations
MIT License
0 stars 0 forks source link

Suggestions are duplicated #1

Closed fuzzydice555 closed 5 months ago

fuzzydice555 commented 5 months ago

GetPerfumesForSelector has to be split to two functions

  1. get worns for front page
  2. get suggestions - worn should be grouped by perfume, now we got 1 perfume suggested twice
fuzzydice555 commented 5 months ago

Already had a non-duplicate method.