-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[OBO MykoMap] Support explicit configurabilty of field used in Directory panel #248
Comments
Replaces #237 |
An extra detail: the directory panel pre-dates the search/filter panel, and as such has its own separate implementation for finding the categories, which duplicates the filter functionality in a different way. (In brief: an index is built up when the data is loaded and stored as a look-up of look-ups.) My intention for a while has been to remove that duplication and use the filter implementation. This is a separate task, but which perhaps should be done as part of this one (or prior to this one). One consequence of this duplication of functionality is that the directory doesn't really play well with the search history management, see #205 (comment) |
In line with the way the config is going right now, I suggest that this is configured with a flag in one of the properties of the propDefs (i.e. fields) schema of the config. The |
At the expense of it not being top of the filters list. When DigitalCommons/mykomap#248 is done, this can be decoupled, and Nature of Organisation can be added back as the first filter.
Please track against the clockify project [OBO MykoMap]
Description
Within MM the Directory panel is an expanded version of the first filter in the Search panel. In this issue we want to make it possible to specify another filter, besides the first one, as the filter to be expanded in the Directory panel. The goal is the create a new field that allows any of the filters from the Search panel to be selected, which can be specified in the MM config file.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: