-
Notifications
You must be signed in to change notification settings - Fork 44
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
Customize item lists #859
Comments
This could be done by fetching a folder-specific config file (that, if no such file is found, would walk up the folder parents until such a file is found). The file would be named something appropriate like
We probably want a global file specified in settings in case no other config file is found. Also, should nested config files be merged (or optionally merged)? It seems like that would be more confusing than useful (and you'd need a debug method to determine why the resultant config is what occurred). I image that before the hierarchy widget or item page is rendered, we would fetch the config file and then change what gets rendered based on that. |
Added in #901. |
Currently, item lists can contain thumbnails, macro, and label images based on whether the current user is unset, a regular user, or an admin. Similarly, images and metadata can be shown in an item page based on this. Eventually, we want to display columns of metadata in the hierarchy lists, too.
It would be nicer if this could be configured on a per-folder, per-collection, or per-user level.
The text was updated successfully, but these errors were encountered: