nenes25 / prestashop_console

Prestashop Console Tools
Open Software License 3.0
49 stars 15 forks source link

#92 Improve module list #143

Closed m3uusi closed 4 years ago

m3uusi commented 4 years ago

P.R. to solve the issue #92

Allow to list :

Native modules are identified by searching "PrestaShop" in the author of the module. Any module containing it is considered native.

Refactorization of the existing filters to work as a single filter list. Sort the modules by name after the filtering.

m3uusi commented 4 years ago

Possible performance upgrade by using the native Module class functions instead of filters for inclusive option : Module::getNonNativeModuleList() Module::getNativeModuleList() Module::getModulesInstalled()

The "Native" function might have a more relevant filter than the one I provided by searching in the Author.

m3uusi commented 4 years ago

Wrong branch management.