Skip to content

Commit

Permalink
Merge pull request #2484 from ReiujiTenshi/master
Browse files Browse the repository at this point in the history
#8 #1 #2 #4 #148 实验8:修改实验一、实验二和实验四
  • Loading branch information
zengsn authored Apr 17, 2020
2 parents 9a7d106 + 522aecd commit a0e9777
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
Binary file added students/1714080902318/Lab4_ClassDiagram_Add.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added students/1714080902318/Lab4_ClassDiagram_Edit.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions students/1714080902318/lab1.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@
![第一个UML图](./model1.png)
![无水印图](./model1.jpeg)

##选题标题:旧地狱遗迹人事管理
##选题标题:旧地狱遗迹旅游导引管理

##功能需求

#功能1:对人事信息进行增删查改以及查询。
#功能1:增加景点信息

#功能2:抽奖(可在年会等活动中使用)
#功能2:修改景点信息

#功能3:删除景点信息
6 changes: 3 additions & 3 deletions students/1714080902318/lab2.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
~| 7. 系统查询景点信息,检查存在该景点,保存景点信息; |
~| 8. 系统显示景点页面。 |
扩展流程 | 2.1 系统检查发现管理员权限不足,提示景区管理员“管理员权限不足,无法修改”; |*用例执行失败*
~| 7.1 系统检查发现修改后景点已不存在,提示景区管理员"该景点已不存在,修改失败"。 |
~| 7.1 系统检查发现修改后景点已被标记为“删除”,提示景区管理员"该景点已不存在,修改失败"。 |

## 表3:删除景点信息用例规约

Expand All @@ -73,8 +73,8 @@
~| 4. 系统显示增加了删除按钮的景点页面; |
~| 5. 景区管理员点击要删除的景点下方的删除按钮; |
~| 6. 系统检查是否存在该景点信息,检查存在该景点信息; |
~| 7. 系统删除对应景点信息。 |
~| 7. 系统将对应景点信息标记为“删除”。 |
扩展流程 | 2.1 系统检查发现管理员权限不足,提示景区管理员“管理员权限不足,无法增加” |*用例执行失败*
~| 3.1 系统检查发现不存在景点信息,提示景区管理员“系统现不存在景点信息”。 |
~| 6.1 系统检查发现修改后景点已不存在,提示景区管理员“该景点已不存在,删除失败”。 |
~| 6.1 系统检查发现修改后景点已被标记为“删除”,提示景区管理员“该景点已不存在,删除失败”。 |

0 comments on commit a0e9777

Please sign in to comment.