Open MJC598 opened 5 years ago
This is the same response as some of the other issues. We don't have a library to search yet, but when we get the classifier to work, this will likely be one of the main things we focus on after connecting the ui to the backend. Until then, work on this is halted.
Relation to problem: The current problem that this corresponds to is the lack of a working search function. Assuming we have the search function finished, we will be displaying every possible image that the query returns. We don't need to do that, so we should add filters to the search that correspond with the images' metadata. Such as image ranking, resolution, or the genre of photograph it is (sports, etc.).
Description: Present during/after search dropdown menus to filter through the image results and not display an enormous amount of images at a time. Think of the filtering functionality of wallhaven.cc as an example.
Alternate solutions or features: Alternate solutions to filtering the images down would be to paginate the images so we don't crash the server by displaying too many at once. Present, maybe, 60 or so images at a time instead of the full results of the search.