Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

ADD NEW FEEDBACK

Feedback

Domain Validation should use subdomain rather than domain root

When entering the txt value for validation atlas should use its own subdomain for the verification rather than requiring the domain root which is often populated with spf keys. Other examples of this implementation are Github: _github-challeng...
Guest over 5 years ago in Atlas (Control Plane and Data Plane RBAC) 0 Submitted

The ability to add a spider/radar chart

For our specific chart requirements (comparing different entities), it is imperative that we are able to plot the multivariate data in a spider chart. I have read on the developer community that "...we are also planning a spider/radar chart in up...
Guest over 5 years ago in Charts 0 Submitted

Dashboard refresh based on data

It would be nice if m dashboard would refresh based on data, if a certain condition from data is matched. I have a datasource for a dashboard that received ~ 10 records first 1 minute on every top of an hour. I need to refresh this ASAP. On the r...
Guest over 5 years ago in Charts 0 Submitted

filter

The filters applied at the dashboard level should also be applied to the "Get Charts Data" export feature. The export currently contains all data from the underlying dataset. This counters the user's expectation, which may be to export only what i...
Guest over 5 years ago in Charts 2 Submitted

Ability to customize the name of the invite sender in emails when inviting users via API

When inviting new Atlas Users to organizations via the API, the invite email says that the invite was sent by the API public key that performed the API call. This makes the invitation emails read like this: "You have been invited by tfqzvwrs to j...
Chandler Wyatt over 5 years ago in Atlas (Control Plane and Data Plane RBAC) 0 Submitted

Make Mongo Charts works with self hosted database

I want to keep hand on my data and prefer to run mongodb database on my servers. Mongo charts is not so easy to maintain compared to mongoDB so i am interested in the cloud solution, but connected on my self hosted databases.
Guest over 5 years ago in Charts 0 Submitted

Default time zone

In Charts allow users to set a default "Convert Time Zone" so new charts automatically use it instead of having to set it each time. This could also be used to set default "Label Overrides" for a projects' variables.
Guest over 5 years ago in Charts 0 Submitted

Remove "Force refresh" in public URL

I want expose some month numbers of my company, but the button "Force refresh" broken the numbers.
Guest over 5 years ago in Charts 0 Submitted

Get the fields corresponding to a Max/Min document

When I view the max/min aggregate in the charts, I would like to see the corresponding document's field. For example, I want to visualise a table like below, _id max(field1) field2_of_maximum_field1
Guest over 5 years ago in Charts 0 Submitted

Array of mixed types not working correctly

When we have an array of type [String, number], the second item is considered as string and hence, not able to do aggregation like sum. For example, consider ``` $project: { transposed: { $zip: { inputs: [["aaa","bbb"], [1, 2]] } } } I am...
Guest over 5 years ago in Charts 1 Submitted