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