Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

评论管理 #2

Open
phodal opened this issue Apr 17, 2023 · 1 comment
Open

评论管理 #2

phodal opened this issue Apr 17, 2023 · 1 comment

Comments

@phodal
Copy link
Member

phodal commented Apr 17, 2023

作为普通用户,我可以提交和修改文章的评论。

@phodal
Copy link
Member Author

phodal commented Apr 17, 2023

用户故事:评论文章
作为普通用户,
我可以提交和修改文章的评论,
以便于与其他读者交流和分享观点。

AC 1:提交评论
假设我已经登录到 InnoRev 网站,
当我在某篇文章页面的底部点击“提交评论”按钮时,
就可以弹出评论框和必填项,
然后我可以在评论框里输入内容并点击“提交”按钮,
于是我的评论将被成功发布到该文章的评论区中。

AC 2:修改评论
假设我已经登录到 InnoRev 网站,并且已经提交一条评论,
当我查看评论列表时,会看到一个“编辑”按钮,
于是我可以点击该按钮进入编辑评论页面,
在该页面内我可以修改我的评论内容,
然后点击“保存”按钮,
于是我的评论将被成功更新。

AC 3:评论异常场景
假设我正在提交或修改评论,
当我输入的内容超过规定的字符数限制时,
则会提示我评论字数过长;
如果评论超时未提交,则会提示我操作超时,请重新提交;
如果评论过度恶意或违反社区规则,则会提示我评论不合法,请修改后重新提交。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant