Compass
473 results found
-
Missing charts features
The charts inside mongodb are quiet nice but lacks some basic features to be able to setup a environment to create, test and deploy charts from tests to production. Also it is not possible to proper support localization.
It is not possible to develop charts to allow proper development, testing and deploy.
Those features are a must to really work in a proper way:Import/Export:
Severity: HIGH
- The current export does not include the charts view. It should contain the charts view (including its aggregation pipeline)
- Import should then allow create/override the charts view
Localization:
Severity: HIGH
- Allow define locales…
3 votes -
Yellow triangle icon for "drop index" and other caution messages
In MongoDB Compass, when I use the Drop Index functionality you get when clicking the "trash can" icon next to an index in the Indexes list on a collection, it shows a red "!" triangle icon in the upper left. That icon is used here to mean "Caution! You are about to do something dangerous!", as confirmed in Support case https://support.mongodb.com/case/01122132.
I think it's more conventional to use red icons, especially "!" or triangles like this, to indicate that an error has occurred, and warnings or cautions are more conventionally indicated in yellow. (There's probably some UI/UX documents or…
1 vote -
Add support for languages (localization, internationalization)
Add internationalization support so folks can use Compass in their own language.
Tagging a few languages for searching / SEO:
Mandarin Chinese
French
Spanish
Bengali
Hindi
Portuguese
Arabic
Japanese8 votes -
Do not load collection data by default (new setting)
When selecting a collection, Compass currently loads data for that collection. I would like there to be a setting that says that no data is loaded until I click Find.
Why?
- because some default data loading takes a looong time (>30s) and clicking Stop doesn't give the user back control (fixing this might be another way to resolve this issue)
- almost always the data loaded by default is not relevant to my task
- almost always I want to enter a specific query first and then hit search
- in the rare cases where I just want to…2 votes -
Query console like the one in Datagrip
We need a query console like the one in the Datagrip IDE from JetBrains so that we can make any query as well as add comments or saving all these queries in the MongoDB Compass
1 vote -
Automatic scrolling in Mongosh CLI in Mongo Compass
Scroll down automatically to the end of the Mongosh CLI in Mongo Compass when entering quries like db.Collection.Find()
1 vote -
I documents section to have mode to view and edit DbRef content instead of DbRef Objects.
I would like to have a mode to view and edit DbRef content, in the same way as the DRef Object fields are edited now. The idea is to see in the documents section all data linked. See and edit the data in a comfortable casual way.
1 vote -
Multiple mongosh instances/tabs in Compass
It would be helpful to be able to open multiple mongosh tabs in Compass instead of having to write queries in one tab.
2 votes -
Allow following a referenced ObjectID to the associated document
I have documents that reference other documents in other collections using the ObjectId. It would be really helpful if I could follow these references in Compass to the associated document.
For example, if I find a specific document by using the standard Filter/Find mechanism in Compass. From there I see that some of the fields in a given document reference another ObjectID (potentially in a different collection)
It would be nice to have an available action (maybe an action icon?) that would take me to the related document.
Currently I have to copy the desired object ID, switch to the…
7 votes -
Option to always show the Project, Sort and Collation options
Every new tab always has the Project, Sort and Collation options hidden by default, with only the Filter input displayed. You have to click "more options" to show the additional controls.
I understand the space-saving rationale of this, but I use the sort option for easily 90% of queries I run, which makes clicking the 'more options' every time a bit of unnecessary friction.
Maybe you could provide an option in settings to "always show all query options"? Or remember the last expanded/contracted state, and default to opening all new tabs in the same state?
1 vote -
Mobile app
It would make viewing/editing db documents on mobile easier. Currently it is very difficult
1 vote -
Tabs disappear when dropping a view
Regression in v1.36.2: when dropping a view (and probably a collection, I didn't check) that was an open tab, all open tabs disappear. Then they reappear if you select a collection (or view) that was opened previously. If another collection (or view) is selected, then previously opened tabs will disappear in favor to the new selection
1 vote -
Save queries to github for sharing with team
Make compas able to hook up to github so you can share queries easily with your team. Insomnia does this very well
1 vote -
Support ssh certificates when connecting via ssh
Per this forum post https://www.mongodb.com/community/forums/t/ssh-certificates-with-mongo-compass/204504 Compass does not support the use of ssh certificates.
2 votes -
Be able to edit, duplicate, delete projected documents
When I add a projection, I can't edit, duplicate, or delete the documents. I want to be able to do this.
1 vote -
Better highlighting for reading/writing JSON
I use other editors for reading/writing JSON because they have better highlighting. I wish there was better highlight for reading/writing JSON in Compass.
1 vote -
Populate collections that I create with fake data
I want to be able to easily add a large volume of documents with fake data to collections that I create via the UI.
1 vote -
ContextMenu on collection
A simple context Menu with following functions:
- delete
- rename
- copy
- export
- open in new tab1 vote -
Clicking outside of a modal should close the modal
It is annoying to have to click "Cancel" instead of just being able to click outside of the modal.
1 vote -
visual feedback on array / object size in document preview
Could we have a visuel feedback in document preview (Documents, Aggregation) for the array / objects size? It could be between parenthesis next to the "Object"/"Array" label => Array(5) for example
The basic need was to identify quickly which array/object are empty: could start by removing the ability to expand by removing the ">" in front of the field...
1 vote
- Don't see your idea?