-
-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Milestone
Description
features
new connection
- When the user clicks
Add New Connection
, the popup page should list two items ElasticSearch and MongoDB with their logo - When the user clicks ElasticSearch, it should route to the current connection page to let the user input connection info for ElasticSearch
- When the user clicks MongoDB, it should route to MongoDB connection page
- Implement MongoDB connection page to input, verify, and store MongoDB connection info
- After the user clicks confirm, the MongoDB connection should be listed in the connection list with the ElasticSearch connection together, connections are differentiated by their logos
connections manage
- implement edit connection for MongoDB
- implement remove connection for MongoDB
query editor
- Create a new MongoDB query editor based on monaco-editor
- When the user clicks to connect the MongoDB instance, MongoDB query editor should show in the right panel with some useful sample queries
auto-completion
auto-completion to be covered in another ticket