feat(feedback): 工单(建议及咨询)合入 main#8
Merged
Merged
Conversation
用户侧「我的工单」卡片 + 管理员「工单管理」后台:用户发帖/回复/传图、 管理员全量查看与多轮讨论;含状态机(待处理/处理中/已回复/已关闭)、分类、 未读红点(30s 轮询 + 后台标签页暂停 + 无工单不轮询 + Redis 自适应缓存)、 微信式视角相对气泡、按用户筛选、消息分页。 后端:model/feedback*.go + dto + controller + 路由 + 三表迁移与复合索引; 前端:FeedbackConsult 卡片 + Feedback 后台页 + 侧边栏角标 + i18n。 含迁移 / admin 查询 / 路由可达 三个单测。 设计文档:docs/feedback-consult-design.md Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
feat(feedback): 用户工单(建议及咨询)功能
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
将
feat/enterprise-certification(现已含 PR #7 的工单功能)合入main。企业认证此前已通过 PR #6 进入 main,故本 PR 的实际 diff 即用户工单(建议及咨询) 功能。内容
测试
go build/vet/gofmt干净,vite build通过。设计文档:
docs/feedback-consult-design.md🤖 Generated with Claude Code