You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Though there are only 24 objects in this volume, as we have in past catalogues like Ancient Terracottas and Ancient Lamps, we could add some filters to the CVA catalogue grid so that users could get a visual representation of different groupings. I think the obvious categories would be to filter by
Attribution
Subject
Date
The first two would offer a nice visualization of the attribution and subject indexes (though the subject drop down would be quite long so maybe not practical). The third is sort of standard, though would require some adjustment to the data in objects.yml. Instead of:
date: -490 to -480
We would need something like:
start_date: -490end_date: -480
Or maybe just:
dates:
- -490
- -480
The text was updated successfully, but these errors were encountered:
This filter feature will be used here in CVA and included in the core Quire Starter Theme.
The filters will be variable from project to project, so users will need a direct way to choose what keys in the object data to filter on. I would suggest we follow the pattern established with object_display_order (used to populate the entry page tombstones), and establish a new object_filter array.
Though there are only 24 objects in this volume, as we have in past catalogues like Ancient Terracottas and Ancient Lamps, we could add some filters to the CVA catalogue grid so that users could get a visual representation of different groupings. I think the obvious categories would be to filter by
The first two would offer a nice visualization of the attribution and subject indexes (though the subject drop down would be quite long so maybe not practical). The third is sort of standard, though would require some adjustment to the data in
objects.yml
. Instead of:We would need something like:
Or maybe just:
The text was updated successfully, but these errors were encountered: