Share your ideas with us
711 results found
-
1 vote
-
Allow discarding all open scripts
Currently, if you have multiple query tabsopened in Studio 3T (Free) on Linux, closing the program presents you with a dialog to Save Changes to file 'Script(1)' with options: 'Cancel', 'No, Discard' and 'Yes, Save'. Note that there is not option to 'Discard All'. My work often requires me to have multiple (>5) tabs opened simultaneously, which results in a somewhat annoying process of clicking 'No, Discard' many times. This problem made me stick with an older version of Robomongo (for now).
I hope this feature would not be too complicated to implement. Thank you!
5 votes -
Allow scripts to prompt for/accept input/parameters
Maybe you already do this, but it's hard to find the documentation.
We often want to run the same, fairly complicated query with different parameters, on different databases (dev/staging/prod) & compare the results.
There are a lot of ways you could support this - prompting for user input on script execution, or parameter fields above the script, or as per another suggestion, scripts that can call other scripts - so they could set initial parameters.
Or you do support something like this but it's not clear.
4 votes -
Free Edition: Enable Single Document Editing
"Studio 3T took the decision to create a free edition of their tool suite to replace Robo 3T which matched the functionality and would be able to track future MongoDB developments."
Robomongo / Robo3T was the perfect set of functionality at no cost. Feels like the goal of matching functionality was missed by not having the ability to right click a document and edit the JSON (along with the validation Robo3T had). Critical enough of a feature that I'll be moving over to another tool until resolved.
1 vote -
emoji support in connection name
Currently, I can type emojis into the connection name field but they are replaced with '?' when I save it. I use emojis to quickly recognize things, instead of having to read & interpreted a label/title.
1 vote -
Add option to disable Syntax Check in IntelliShell
Unfortunately in version 2021.10.0 the IntelliShell was getting very bad and makes the editor useless when you have to work with longer scripts.
I don't expect an immediate solution for better code-folding and syntax highlighting. But a quick and easy fix would be an option to Enable/Disable the Syntax Check. Then I would disable it and could continue using Studio 3T.
Note, even the 30 years old VBA-Editor in MS Excel provides this option, it should be a rather small change in the code of Studio 3T.
2 votes -
Predefined queries with parameters
Let the user select for a collection a query with parameters.
Also let the user ctrl+click (or similar) on an attribute of a doc to open one of this queries with parameters (from this or other collection) with that clicked attribute as a parameter value.
For example:
On my 'orders' collection I predefine the query {_id: <param1>}
and on my 'users' collection, predefine that if I ctrl+click on a user attribute 'lastOrderId' it will open the 'order' collection and auto-run the query stated above with 'param1' being the value of 'lastOrderId'.2 votes -
Can the tool create a .sh for the linux console or can the application work from the web?
Can the tool create a .sh for the linux console or can the application work from the web? We need to know that the priority would be masking and it would be much faster to do it from the shell, and program it via cron, in addition to knowing if it performs sensitive data discovery.
1 vote -
2 votes
-
Remember Open/Closed State of Open Connections Tree on Reload
When working with multiple connections and performing a refresh or refresh all all connections return to an open state even though they ere collapsed. It is not efficient to have to collapse or scroll down to the connection and collections path in the tree after each refresh. Remembering the open/closed state of all connections would improve productivity.
1 vote -
Keep connection open while updating credentials
We use
vault
https://www.vaultproject.io/docs/what-is-vault to generate / manage authentication.
Userids and Passwords expire after 6 hours.
So we have to Edit Connection and enter new userids and passwords.
However, Studio 3T does not allow updating an open connection so we have to disconnect. This causes us to close all our query windows and scripts.
Which is a huge pain!!!Suggestion -- update connection info and refresh the same session so we do not have to save and start all open queries.
1 vote -
Viewer for binary data.
Would be great, to have a viewer for binary data. E.g. something where we can select the encoding (UTF8 should be a good default) and perhaps the viewer (JSON, plain).
1 vote -
when closing export tab, return to tab that was exported
When working with several tabs open, I often export query results from certain tab, but when I close the export tab, studio doesn't return to the tab that I've exported results from, but to the tab which is nearest to the export tab
1 vote -
Aggregation editor stage operator autocompletition
Aggregation editor -> new stage -> Default stage is $match.
When you click to the the select list field, you have to always start with the$
character and write the starting letter of the operator name, to "complete it" with down arrow press.All the stage operators begin with
$
character so it will be nice if you'll be able to autocomplete just with the beginning letters, and add the$
character on the background.Example:
writing
gro
press down arrow
in the input appears$group
.I know this is the cherry on the pie, but i see…
1 vote -
Pricing could be based on usage.
We currently use Studio 3T to support some legacy projects that require us to open Studio 3T once every couple of months. For current use, licenses do not "pay off" for us.
We are happy to contribute. However, it would help us if you had a more flexible pricing option, say 1USD per hour of usage for this usage pattern.
We will open new projects that use MongoDB as a data storage backend and hopefully we will use Studio3T more.
1 vote -
Open scripts without need to select the collection every time.
Having an option to open a script without selection a specific collection will be really useful.
1 vote -
Import Task - Json - Import Source does not show path
I am setting up Tasks to import export/import collections into various test databases. The Task Edit option on Import Json does not seem to provide a facility to view the path to the import sources. This would be useful to confirm the data source is the correct one before running the Task.
2 votes -
Databases panel on the left focuses/switches to currently open collection tab
Database and collections pane automatically focuses/switches to whatever tab(collection) is currently open. This is really helpful when there is so many databases and tabs open
1 vote -
Databases panel on the left focuses/switches to currently open collection tab
Database and collections pane automatically focuses/switches to whatever tab(collection) is currently open. This is really helpful when there is so many databases and tabs open
1 vote -
make the app work in wayland sessions on linux.
currently the app only works well on x11. when I switch to wayland the title bar becomes large and weird and the app registers random clicks on the top left corner even when I click on an item in the table view.
1 vote
- Don't see your idea?