-
Notifications
You must be signed in to change notification settings - Fork 24
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
Admin Screen to Manage Rules Collections #64
Comments
It sounds great, but let's keep in mind that it should also work for ES some day, and Solr access is not always as simple as an HTTP call --> we'll need good abstractions |
The internal concept Note: when refactoring the |
Reminder: When establishing an admin interface to manage the Deployment Channels, it should also be considered to establish an admin interface for managing the Rule Tags (currently configured via an explicit file referred by the |
linked also to #65 |
Today, we have to use a API call to create a Solr Index in SMUI:
I am working with a client that, if we are successful, will have many collections. They could use this API call, however it would be nice if SMUI had an admin interface that let you via clicking create and update new "Solr Index". Bonus points on if you could edit the deployment scripts via the web interface ;-)
The text was updated successfully, but these errors were encountered: