Share your ideas with us
723 results found
-
Client Side Encryption within Studio 3T
I would love to have "Client Side Encryption" in Studio 3T so that I can work with my DBs/Collections data with access to my real data even if they have been "written" from another client like pymongo as an example. Non-authorized people will only be able to work with my DBs/Collection viewing only encrypted data, not real ones, within Studio 3T.
2 votes -
Reverse the order shown by default
When you show raw records for a collection, the order is arbitrary. From my experience with RockMongo, I've learned how valuable it is (and what a time-saver) if you simply display the records, by default, in reverse natural order (i.e., {$sort: {_id: -1}}). See the last one added right at the top is really convenient a lot of the time.
2 votes -
Remove overhead in creating bug report
If I want to issue a bug report I start Feedback from Studio 3T. Then I have to input diverse information, that Studio 3T has available in its registration data.
Name, Company, E-Mail, Version Information, Windows Version, MongoDB Version is a lot to type for every submitted issue.1 vote -
Annoying update prompt blocking app launch
Almost every time I try to open the app it blocks the launch and prompts me to update. The prompt window cannot be accessed except via alt + tab keyboard shortcuts often. This is extremely annoying. Just launch to app and prompt me afterward. Very poor user experience design.
1 vote -
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
- Don't see your idea?