=== RIACO Feedback ===
Contributors: prototipo88
Tags: feedback, feature requests, votes
Requires at least: 6.2
Tested up to: 6.9
Requires PHP: 8.0
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

RIACO Feedback allows users to submit feature requests or feedback, vote on existing suggestions, and manage them via the WordPress admin.

== Description ==

RIACO Feedback is a WordPress plugin for collecting user feedback and feature suggestions. 

It supports:

* Frontend feedback submission via a customizable form.
* Voting system with unique voter tracking.
* Categorization of feedback using custom taxonomies (Projects & Status).
* Admin moderation queue for approving feedback.
* Dashboard widgets to view pending feedback.
* Shortcodes to display feedback boards anywhere on your site.

Designed for developers and site admins who want to engage users and collect ideas directly on their WordPress site.

== Installation ==

1. Upload the `riaco-feedback` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Use the `[riaco_feedback_features]` shortcode to display the feedback form and the feedback list. Copy and paste this shortcode into any page, post to use the plugin.
4. Use the `[riaco_feedback_roadmap]` shortcode to display a roadmap. Copy and paste this shortcode into any page, post to use the plugin.
5. Configure settings via the **Settings → RIACO** Feedback page.

== Usage ==

= Add the feedback form to a page/post =

Insert `[riaco_feedback_features]` anywhere in the content editor. The feedback form and submitted feedback list will appear there.

From **Dashboard → Feedback → Projects** it is possible to create multiple projects. 
To bind a Feedback Form to a specific project, add project slug in the shortcode: `[riaco_feedback_features project='project-slug']` and `[riaco_feedback_roadmap project='project-slug']`

= Display the roadmap =

Insert `[riaco_feedback_roadmap]` anywhere you want the roadmap to show.

= Testing the plugin =

Go to the page where you added the feedback form.

Submit a test feedback entry.

Feedback appears in the admin list. Go to your **WP dashboard → Feedback → Feedback** and approve it if you want to display in frontend list.

== Screenshots ==

1. Feedback form on frontend.

== Frequently Asked Questions ==

= How do I add the feedback form to a page? =

Use the `[riaco_feedback_features]` shortcode in any page, post, or widget area.

