znt/module/project/test/model/yaml/project_checkdates.yaml

112 lines
2 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: project表测试数据 - checkDates方法测试
desc: 测试项目日期检查逻辑的数据
author: Claude
version: 1.0
fields:
- field: id
note: 项目ID
range: 1-20
prefix: ""
postfix: ""
loop: 0
format: ""
- field: project
note: 父项目ID0表示顶级项目
range: 0{5},1{5},2{5},3{5}
prefix: ""
postfix: ""
loop: 0
format: ""
- field: model
note: 项目模型
range: scrum{10},waterfall{5},kanban{5}
prefix: ""
postfix: ""
loop: 0
format: ""
- field: type
note: 项目类型
range: project{5},sprint{10},stage{5}
prefix: ""
postfix: ""
loop: 0
format: ""
- field: parent
note: 父节点ID
range: 0{5},1{5},2{5},3{5}
prefix: ""
postfix: ""
loop: 0
format: ""
- field: path
note: 路径
range: ',1,'{5},',1,2,'{5},',1,2,3,'{5},',2,'{5}
prefix: ""
postfix: ""
loop: 0
format: ""
- field: grade
note: 层级
range: 1{5},2{10},3{5}
prefix: ""
postfix: ""
loop: 0
format: ""
- field: name
note: 项目名称
range: 'TestProject{5}','ParentProject{5}','SubExecution{10}'
prefix: ""
postfix: ""
loop: 0
format: ""
- field: code
note: 项目代码
range: 'TP001{5}','PP001{5}','SE001{10}'
prefix: ""
postfix: ""
loop: 0
format: ""
- field: begin
note: 开始日期
range: '2024-01-01{5}','2024-01-15{5}','2024-02-01{5}','2024-03-01{5}'
prefix: ""
postfix: ""
loop: 0
format: ""
- field: end
note: 结束日期
range: '2024-12-31{5}','2024-02-15{5}','2024-03-31{5}','2024-04-30{5}'
prefix: ""
postfix: ""
loop: 0
format: ""
- field: status
note: 项目状态
range: doing{15},done{3},closed{2}
prefix: ""
postfix: ""
loop: 0
format: ""
- field: deleted
note: 是否删除
range: '0'{18},'1'{2}
prefix: ""
postfix: ""
loop: 0
format: ""
- field: openedBy
note: 创建者
range: admin{10},user1{5},user2{5}
prefix: ""
postfix: ""
loop: 0
format: ""
- field: openedDate
note: 创建日期
range: '2024-01-01 09:00:00'{10},'2024-01-15 10:00:00'{10}
prefix: ""
postfix: ""
loop: 0
format: ""