expresstechsoftware / product-questions-answers-for-woocommerce

WooCommerce product questions and answers.
0 stars 4 forks source link

Feature: admin approval for questions #1

Closed geek92sunny closed 2 years ago

geek92sunny commented 2 years ago

We will do this through pull request.

  1. We will add a new setting 'Admin Approval', it will be boolean value stored through checkbox.
  2. When this setting is 'on' all newly posted questions will not be directly posted to the frontend until admin approves them.
  3. We need to take care that this plugin is being used by some of the users already, so we need to consider existing questions as 'approved' so that they do not disappear.
geek92sunny commented 2 years ago
  1. Fix the pagination of 'Load More' on the QA tab, we must consider only the approved questions.
  2. Change the Approval to 'Approve' on product edit.
  3. Admin settings screen change label to 'Auto Approve'.
  4. Center the checkbox on edit.