Summary
We want to categorize incoming feedback so the support team can route it correctly.
Motivation
Right now all feedback lands in one bucket. Sales wants to filter by topic to triage faster.
Proposed change
- Database: add a
category column to cf_feedback with values: General, Product, Support, Billing, Other.
- APEX app: add the new column to the form and the interactive report.
Acceptance criteria
Demo / verification steps
- Migration
003_add_category.sql adds the column with a check constraint
- APEX page
Create/Edit Feedback shows a Category dropdown
- Interactive report has Category column visible/filterable
scripts/verify.sql confirms cf_feedback.category exists
Summary
We want to categorize incoming feedback so the support team can route it correctly.
Motivation
Right now all feedback lands in one bucket. Sales wants to filter by topic to triage faster.
Proposed change
categorycolumn tocf_feedbackwith values: General, Product, Support, Billing, Other.Acceptance criteria
Demo / verification steps
003_add_category.sqladds the column with a check constraintCreate/Edit Feedbackshows a Category dropdownscripts/verify.sqlconfirmscf_feedback.categoryexists