AllAboutLearningPress / Photo-Storage-and-Gallery

Share photo assets with all users in an easy to use gallery with a powerful backend.
3 stars 2 forks source link

What photos should be seen in the front gallery ? #25

Closed AshrafAkon closed 3 years ago

AshrafAkon commented 3 years ago

@dyner How should we arrange photos to be seen in the gallery? I am assuming by date? Latest at the top and oldest at the bottom. Let me know if you feel different

dyner commented 3 years ago

@AshrafAkon Date should be default, but for searches we should put most relevant at the top.

For a search, we could short each photo by how closely it meets the search terms. For example, if you search for "bird beach": A photo of a bird on a beach will be the first result, and a photo of just a bird would be the second result.

AshrafAkon commented 3 years ago

aws Image rekognition provides a score on how relative the term is. So we should be able to sort using that score