pull/1/head
huwenlu 3 years ago
parent 838a7d6c8a
commit 3b3a765616

2
.idea/.gitignore vendored

@ -0,0 +1,2 @@
# Default ignored files
/workspace.xml

@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/mask.iml" filepath="$PROJECT_DIR$/.idea/mask.iml" />
</modules>
</component>
</project>

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

@ -1,6 +1,6 @@
#用户故事
###高级用户
可以登录系统,查看用户中心,对公司信息进行修改,查看未带口罩的人员图片,以便可以后期查看未带口罩进入场所的人员。
可以登录系统,分配普通用户账号,查看用户中心,对公司信息进行修改,查看未带口罩的人员图片,以便后期需要时查看未带口罩进入场所的人员。
###普通用户
疫情期间公众场合入口处的检测人员,使用该系统可查看出入人员佩戴口罩情况,若监测到已佩戴则放行通过,若监测到未佩戴则上前提醒,以便减少检测人员和出入人员之间的接触并且提高疫情期间口罩佩戴检测效率。

Loading…
Cancel
Save