-
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
Management tooling #117
Comments
Maybe we should introduce connection name into toolbars like so Lots of these tools work on level of evitaDB server/connection and it could be confusing having connection name only in tab name. @novoj toughs? |
Yes, but there is a lot of data to read, and it would be nice to recognize the right connection from the tab name without clicking on it. What about picking for each connection random color and prepend this bullet before catalog name? And do that only when there are more than single connection? Or use another emoji: 1️⃣2️⃣3️⃣ ... etc? It scales up to 10 connections which seems reasonable enough. |
After some discussion, we will not render connection name in the toolbars (yet). Instead, we will explore different approach to connections entirely in #149. |
@o-miko Let's focus on following menu items next:
Let's create these methods in the |
…ethods createCatalog, dropCatalog, renameCatalog, replaceCatalog in EvitaDbDriver
@o-miko we will add new action to catalog menu > |
feat(#117): server status tab, catalog/collection management dialogs
I've tested the dialogs and we need to:
Otherwise it's working well. |
Things we need to sort out that we couldn't make in time:
|
…ed connection and editor to use only single base server URL, fix gRPC enums, small dialog UX improvements
…ed apis and readonly flag of server
…, new tab types support in serialization, properties table extensions and usage fixes
…re and server returns unknown error
To make evitaLab even more useful, we want to add several tools for database server/catalog/collection management.
For management of database server itself we would like to:
status 🟢
logs + filtering 🟢 -> solved in Management tooling - System logs #142
JFR tracing (start, stop, download, configuration) 🟢 -> solved in Management tooling - JFR tracing #143
create catalog -> solved in Management tooling - Creating catalog #144
Cluster management (in future):
For catalog management we would like to:
Entity collection management:
Items marked with 🟢 have API support in evitaDB and can be implemented. Each section/item will be solved in separate issue.
The text was updated successfully, but these errors were encountered: