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

Implement Drop all and Clear all collection on the Database card view #14

Open gilbert-rehling opened 3 years ago

gilbert-rehling commented 3 years ago

Currently the ability exists to check (select) a collection from the the preview list, however the Drop all and Clear all action links do not trigger any activity.

Drop and Clear actions exist on the Collection Nav when a sinlge collection is being viewed, and both of these function as expected. Similar functionality has been implementd for the databses preview and one or more databases can be dropped. The same checkbox monitoring and the drop/clear action need to be tie to the available methods and the appropriate response need to be monitoed and actioned.