-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Each image has tags and a user who uploaded this image. Based on the user, tags we will find the similar images. A similar image is the one which has at least one tag in common with the image currently opened or is uploaded by the same user
When user opens image on full screen modal, below this image we show similar images. It is advisible to implement full screen modal (as disscused in anothe issue) before implementing this issue (this way you can solve 2 issues ;-) ), if not you should have a separate page will only this image, its information and similar images are visible. (This can be thought os as a image detail page).
Implementing this will increase the user engagement and people will spend more time if they keep on finding the images that interests them.