php-mongo / admin

PHPMongoAdmin provides full MongoDB management capabilities. Coded in PHP using Laravel as a RESTful API gateway with Vue JS for the front-end. PHP MongoDB Admin leverages ideas from tried & tested applications like PhpMyAdmin and RockMongo. Built for PHP 7.2+
GNU General Public License v3.0
9 stars 3 forks source link

Document Editing Enhancement #20

Open gilbert-rehling opened 2 years ago

gilbert-rehling commented 2 years ago

Currently when editing a document and the option to edit by 'key -> value' is selected and values that are are obects are still displayed as obects. Nested objects should be iterated down to the lowest level to enable full editing capability on all keys and values while maintaining a visualized display of the actual data hierachy.