plugins.cakephp.org icon indicating copy to clipboard operation
plugins.cakephp.org copied to clipboard

[PACKAGES] Feature to "report" a plugin

Open ADmad opened this issue 13 years ago • 2 comments

We need a feature to report a repo that is no longer available or any other reason. eg. The repo for this plugin http://plugins.cakephp.org/package/Pollenizer-Hive/CakePHP-Admin-Plugin is no longer available.

ADmad avatar Sep 18 '12 06:09 ADmad

I presume there must be already be some checks to cleanup inaccessible / non-existent repos.

ADmad avatar Sep 18 '12 06:09 ADmad

There is definitely a check, but this should work like:

  • [ ] User reports a package on the page, or in a form
  • [ ] Db record of the problematic package is saved with the user info as we have it
  • [ ] Notification email is sent
  • [ ] Email is sent to all staff that have email on regarding new packages
  • [ ] UI is provided to review any pending problematic packages, and potentially mark them as bad or update their repo data.

josegonzalez avatar Jun 03 '13 06:06 josegonzalez