-
Notifications
You must be signed in to change notification settings - Fork 2
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
Quick Browse #3
Comments
The admin would be able to configure
|
Decided to switch the browse field to pull options from a custom table/materialized view rather then hard-coding them. That way there is a lot more flexibility for options to vary per page. |
This has been started on branch 3-quick_browse :-) |
New design for storing of optionsIt was decided the original option storage plan was too intensive for admins. Furthermore, I came up with a table structure that I hope will work for most cases. Two options will be supported by the module:
|
Decided not to create a UI for setting options at this time. The above tables (trpfancy_browse_options & trpfancy_browse_options_per_entity) exist and will be used. Admin are instructed on how to add options to the database manually. Todo:
|
The intent of this field is direct the user to a partially filtered search for more extensive browsing. In order to simplify the field, the design calls for a "Browse by [drop-down]". Based on what type of browser is selected from this drop-down, the user is given a tailored form.
The text was updated successfully, but these errors were encountered: