mongo-gui icon indicating copy to clipboard operation
mongo-gui copied to clipboard

Update collections and databases

Open mariusrak opened this issue 4 years ago • 4 comments

When an collection is added, there is no way to see the change except reloading the interface, reload on databases would be useful.

mariusrak avatar Nov 14 '20 16:11 mariusrak

@mariusrak The side nav automatically gets reloaded whenever a new database or collections is added, isn't that happening?

and we do have an option to reload the side nav manually: image

arunbandari avatar Nov 15 '20 05:11 arunbandari

Then this is an issue of UX/design. It seems like this button is somehow related to searching. Ith should be separated from the search field.

mariusrak avatar Nov 16 '20 14:11 mariusrak

And no, it does not get automatically reloaded when new collection is added. I mean when it appears in database, not when it is added through Mongo GUI.

mariusrak avatar Nov 16 '20 23:11 mariusrak

@mariusrak Oh, I thought that the side nav isn't getting reloaded on adding a database from Mongo GUI.

So, things to do:

  • Improve the UX of the reload button
  • Bonus: Auto reload side-nav whenever a database or collection is added to the underlying database by any means.

arunbandari avatar Nov 17 '20 04:11 arunbandari