Review 和 Comment 功能
Closed this issue · 0 comments
AllanChain commented
overleaf.com 上有 Review 功能,对于文章的协作来说是比较重要的一个功能。功能截图如下:
目前 latex.pku.edu.cn 上只有 Chat 功能,没有 Review 功能。Chat 不能对特定的一句话做 comment,不能替代 Review 的作用。
另外,仓库中包含了 review-panel
相关的代码,增加 Review 功能具有较高可行性。(Edit: 似乎只需要修改一行代码:
Edit again: 似乎只保留了前端的代码,后端的 router 部分被删了:
- https://github.com/lcpu-club/overleaf/blob/main/services/web/app/src/Features/Chat/ChatController.js
- https://github.com/lcpu-club/overleaf/blob/main/services/web/app/src/router.js
但是 chat 服务里的相关代码是全的:
原始的 router 代码在 commit 历史中是有的,只不过是 CoffeeScript 的形式:988005e
综上,建议将 Review 功能列为 TODO