We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
作为用户,我想上传 PDF 文档
The text was updated successfully, but these errors were encountered:
用户故事:上传 PDF 文档 作为用户, 我想要能够上传 PDF 文档, 以便于我可以在博客网站上分享和展示我的文档。
AC 1: 上传有效的 PDF 文档 假设用户选择上传一个有效的 PDF 文档, 当用户点击上传按钮时, 那么系统应该成功接收并保存该文档。
AC 2: 处理上传的异常文件格式 假设用户选择上传一个非 PDF 格式的文件, 当用户点击上传按钮时, 那么系统应该提示用户只能上传 PDF 格式的文件。
AC 3: 处理上传的空文件 假设用户选择上传一个空文件, 当用户点击上传按钮时, 那么系统应该提示用户不能上传空文件。
Sorry, something went wrong.
No branches or pull requests
作为用户,我想上传 PDF 文档
The text was updated successfully, but these errors were encountered: