Share your ideas with us
719 results found
-
Export/Import bookmarks
Enable exporting and importing bookmarks so that they can be shared across teams.
2 votes -
I wish I could increase the font in the top of the query panel.
It's way too small and I basically struggle every day to see the small font. colon vs semicolon is just hard to see.
3 votes -
Enforce password complexity rules
Currently MongoDB doesn't enforce password complexity rules (i.e Upper/Lower letters, numbers, min/max password length, special characters etc), which becomes an issue with compliance audits.
LDAP can be implemented but only on the Enterprise Licence.
Would it be possible to implement such a feature in Studio3T?
e.g.
Ensure each password meets a certain criteria when using Studio3T accessing a MongoDB database.1 vote -
Open Connections Panel : Collapse and Expand Connections and Nodes Shortcut
At one point of time I have upto 6 MongoDB Connections Open (DEV, UAT and PROD etc.)
Search works great, but it would be even better if I have following option
1. Keyboard shortcut to Expand / Collapse Selected Node (e.g. Collections/Views etc)
2. Keyboard Shortuct to Collapse all connections which will close all the expanded Connections and individual nodes (e.g. Collections.Views etc) and I get to see all 6 connections in one view without scrolling.1 vote -
Persist Visual Query Builder (open/closed) when new collection opened
Each time a new collection is opened, I wish the Visual Query Builder section would be open, or at the very least, remember whether or not I had it opened in my last collection and/or the last time I opened the same collection.
I suppose another option would be a simple setting to say whether or not you want it to be open/closed by default when a collection is opened.
(After all, there's a setting for "Auto-expand first document in tree view"... I think this would be even more useful of a setting!)
1 vote -
option to hide toolbar text.
An option to just show icons in toolbar. Display real estate is precious, but the toolbar is useful for not-yet-memorized functions.
Thanks for a most excellent MongoDB app, from utility to ease of use!
1 vote -
Generate Index script
Should be able to generate the index script by right clicking the index, which includes index name, and background = true
1 vote -
Generate task scripts
Tasks and Scheduler are very handy for prototyping. Would be even better if S3T could generate scripts for executing the tasks in test or production environments, and without requiring S3T to be running on a desktop at the time the scheduled task is to run. (Maybe a command-line S3T, or S3T task-runtime package?)
4 votes -
Add connection name to application tittle
With connection name on app tittle, it's gonna be a lot easier to bring back to foreground (both in alt+tab and taskbar) the instance you want when multiple instances of the app are open.
1 vote -
Show sum and Avg of selected column beside Count Documents
Show sum and Avg of selected column beside Count Documents just like excel
1 vote -
Add aggregation stage templates
Add the ability to change the default text of each aggregation stage (and reset to the built-in one).
I would like to be able to, for example, change the default $lookup text so that the string values don't contain spaces (e.g. localField: "fieldfromtheinputdocuments" instead of localField: "<field from the input documents>") so that I can double click to select the entire content of the string, instead of having to delete by hand.
I think that creating templates, instead of just changing the $lookup default, might be a more powerful option.
2 votes -
Delete Existing Record
Delete existing records in SQL database when exporting from MongoDB
1 vote -
Multiple aggregation's pipeline stage enable/disable and deletion and overwrite alert
Hello,
I want to suggest some useful (for me) features.
I'm using aggregation heavily and I've some aggregation's pipeline with more than 20/30 stages.
It will be very useful in the pipeline summary to have a checkbox to enable and disable stages or to select multiple stages for deletion.
In the save pipeline button, after the first save, if accidentally you press the save button instead the down arrow for save as, the previously snipped is overwritten without an alert.
Thank you for your attention and for the great work on Studio3T.
Best regards
Enrico1 vote -
Enhance bookmarks feature
Enable showing the bookmarks like in the chrome browser so that it's always accessible and displayed.
1 vote -
redeclaration of const
If you run a script twice in intelli shell, and you use a cons x = 3, you cannot run the script again.
[js] TypeError: redeclaration of const x :
even if you change it to a var afterwards, it still produces that error.
It seems that the context is kept between running scripts?3 votes -
Allow periods (.) in keys
MongoDB allows periods in document keys since v3.6 but Studio 3T throws and error if I try to do this. Please fix
1 vote -
merge mode for collection during csv import
merge mode for existing collection from two different csv during csv or json import.
1 vote -
Option to show Guid as string in Json view
I would like the option to show the JSON view as valid JSON so that I can copy it easily into other programs.
For example I would like guid's and ISODate to be shown as strings. Currently nothing will recognise it as valid JSON due to these things.
1 vote -
Editable Query Code view; populate Visual Query Builder from manually-entered queries
If I start writing a query manually in the QBE fields (Query, Projection, Sort, Skip, Limit), I lose those entries if I open Visual Query Builder and start to add query parameters.
Would be awesome if I could switch freely between QBE, Visual Query Builder, and an editable Query Code view, with my query preserved across the three input methods.
2 votes -
Specify a shard key for UI editing
It would be great if there was a way in the UI to specify a required field for updates other than the _id so that it would be possible to update on a sharded DB without using the shell. Specific use case here is Azure CosmosDB which requires a partition key on all collections and that key has to be part of the find clause for updates.
1 vote
- Don't see your idea?