You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
miNode/model/UML模型/2.用例描述.txt

33 lines
1.6 KiB

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

1用例1 便签排序
用例名称: 便签排序
功能: 系统按照用户的需求对便签进行排序(按照修改时间,创建时间或者标题排序)
执行者: 用户
触发条件: 用户请求对便签进行排序
前置条件: 系统中至少有一条便签
基本交互动作过程:
1.用户选择排序规则
2.系统按照用户的选定的排序规则对便签进行排序
3.系统返回排序后的便签集
业务规则:
默认规则:未显式指定时,系统按修改时间降序排序。
2用例2 字体修改
用例名称: 字体修改
功能: 系统按照用户的需求对便签的字体进行修改(如默认,行楷或新魏)
执行者: 用户
触发条件: 用户请求对便签进行字体修改
前置条件: 系统中有便签并且便签里有内容
基本交互动作过程:
1.用户请求修改字体,制定目标字体。
2.系统从字体库加载目标字体资源。
3.系统应用新字体到便签内容。
3用例3 便签统计
用例名称: 便签统计
功能: 当主界面便签数量太多时,方便用户快速查看有多少个数,并结合添加和删除便签对便签数目进行实时更改
执行者: 用户
触发条件: 用户请求对便签进行统计
前置条件: 系统中至少存在一条便签记录
基本交互动作过程:
1.用户新添或删除标签
2. 系统响应,增加或减少便签总数量。
3. 系统按时间倒序排列便签
后置条件:页面顶部显示总便签数,与列表中条目数量一致。每条便签包含标识符和时间戳,格式正确