rafasgj / fpi-project-old

f/π is a digital asset organizer tool focused on photographers.
GNU General Public License v2.0
2 stars 0 forks source link

List items based on asset attributes. #29

Closed rafasgj closed 6 years ago

rafasgj commented 6 years ago

As a User, I want to list assets in the catalog, based on stored attributes:

rafasgj commented 6 years ago

Since assets and "images" are treated differently ("image" is a "virtual copy", and asset is the original file), all searches are performed on images, rather than the assets. Currently, the test results are evaluated on the asset itself, as proper virtual copies are not support or needed. This will have to change in the feature.

rafasgj commented 6 years ago

Attribute "Flag" must be filter as values in a "choice", as there is a fixed number of values. Also, the Label flag can be searched as many labels, as in a set.

So, the attributes should be handled as:

rafasgj commented 6 years ago

Date searches include start and end date options. So that searches like 'before', 'after' and 'between' dates can be performed. The way date fliters are currently implemented, it is not possible to invert the search (not in).