HelloGitHub-Team / geese

采用 Next.js 构建的开源爱好者社区。An open-source enthusiast community built with Next.js.
https://hellogithub.com
Apache License 2.0
282 stars 66 forks source link

[功能]评论回复 #110

Closed 521xueweihan closed 5 months ago

521xueweihan commented 1 year ago
image

评论回复功能流程概述:

  1. 回复入口在每一条评论和回复的右下角
  2. 点击“回复”后,展示回复输入框
  3. 回复框开头自动填充回复作者,比如:@卤蛋
  4. 完成内容填写,点击“发布”后内容显示为“审核中”
  5. 回复通过后台管理员审核后,可成功展示在评论下方
  6. 评论作者收到“收到回复”的系统消息

前端

  1. 完成前端交互

后端

  1. 实现发布评论接口
  2. 后台审核回复功能
  3. 回复通过审核后,被回复者收到通知
github-actions[bot] commented 1 year ago

Branch i110-_功能_评论回复 created!