qgis / QGIS-Django

Django project for QGIS related activities such as plugin repository
http://qgis.org
GNU General Public License v2.0
90 stars 61 forks source link

Add an option to show plugins that are awaiting feedback #276

Closed NyakudyaA closed 10 months ago

NyakudyaA commented 1 year ago

Problem

When reviewing plugins, we sometimes inform authors about issues through email or GitHub. There is no way to know which plugins are awaiting client feedback resolution. When you review plugins you will need to through the list again to check if the issues have been addressed.

Solution

Add a new tab to show plugins waiting for feedback

Screenshot from 2023-04-29 08-55-26

To add the awaiting feedback option we can add it to the manage options for the plugin.

image

Additionally, it would also be nice to email the author through his email address to notify him that the plugin has been reviewed

sumandari commented 1 year ago

@NyakudyaA can you please elaborate if the platform has already had a review form for a plugin from a reviewer to the creators/owners? Or we need to create a form for giving them feedback and showing them link in the manage tab?

NyakudyaA commented 1 year ago

That hasn't been done yet, it would be lovely to have it

timlinux commented 1 year ago

image