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
作为一个用户,我可以预定会议室
The text was updated successfully, but these errors were encountered:
用户故事:预定会议室 作为一个用户, 我想要预定会议室, 以便于我能够在公司内部举行会议。
AC 1: 预定会议室 假设用户已经登录系统, 当用户选择预定会议室功能, 于是系统显示可用的会议室列表。
AC 2: 选择会议室 假设用户已经看到可用的会议室列表, 当用户选择一个会议室, 于是系统显示该会议室的详细信息和预定情况。
AC 3: 预定会议室时间 假设用户已经选择了会议室, 当用户选择预定时间并提交预定请求, 于是系统检查该时间段内该会议室是否已经被预定, 如果没有被预定,则系统成功预定该会议室并发送预定成功的通知给用户; 如果已经被预定,则系统提示用户选择其他时间或其他会议室。
Sorry, something went wrong.
No branches or pull requests
作为一个用户,我可以预定会议室
The text was updated successfully, but these errors were encountered: