plugins.cakephp.org
plugins.cakephp.org copied to clipboard
[PACKAGES] Feature to "report" a plugin
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.
I presume there must be already be some checks to cleanup inaccessible / non-existent repos.
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.