feat(feedback): 补齐反馈历史审核发奖闭环 #66
Reference in New Issue
Block a user
Delete Branch "intern/chenshuobo/feedback-review-20260622"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
新增反馈审核字段和迁移,支持 pending/adopted/rejected、未采纳原因和采纳金币
增加用户端反馈历史 records 接口和 admin 采纳/拒绝接口
采纳时同事务写状态、金币流水和审计日志,拦截重复审核
验证:pytest tests/test_feedback.py tests/test_admin_write.py tests/test_admin_read.py