Skip to content

feat(knowledge): 实现知识库文档实时协作功能 #3

@heidsoft

Description

@heidsoft

问题描述

知识库协作组件需要对接实时协作 Session API,显示当前正在编辑文档的用户列表。

位置

itsm-frontend/src/components/knowledge/KnowledgeCollaboration.tsx:127

技术方案

  1. 后端创建协作 Session API GET /api/v1/knowledge/articles/:id/session
  2. 使用 WebSocket 推送协作者变更
  3. 前端显示在线用户头像列表

依赖

WebSocket 通知服务 (P1-05)

预估工时

8h

优先级

P1 - 重要功能


来源:TODO-003 代码扫描

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions