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
Kingston Duffie
shared this idea