VisualDataSchema:Task: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
"title": "Belongs to" | "title": "Belongs to" | ||
}, | }, | ||
" | "title": { | ||
"wiki": { | "wiki": { | ||
"type": "property", | "type": "property", | ||
" | "name": "title", | ||
"visibility": "visible", | "visibility": "visible", | ||
"multiple-items": false, | "multiple-items": false, | ||
"preferred-input": "OO.ui.TextInputWidget", | |||
"preferred-input": " | |||
"input-config": [], | "input-config": [], | ||
"uuid": " | "required": false, | ||
"uuid": "661d6db82fe77" | |||
}, | }, | ||
"type": "string", | "type": "string", | ||
"format": "text", | "format": "text", | ||
"title | "title": "{{int:webmo-title}}" | ||
}, | }, | ||
"description": { | "description": { | ||
Line 85: | Line 54: | ||
"title": "Description" | "title": "Description" | ||
}, | }, | ||
" | "assignee": { | ||
"wiki": { | "wiki": { | ||
"name": "assignee", | |||
"type": "property", | "type": "property", | ||
" | "multiple-items": false, | ||
" | "required": true, | ||
"label-parsed": "Assignee", | |||
"default-parsed": "431", | |||
"value-prefix": "User:", | |||
"visibility": "visible", | "visibility": "visible", | ||
"preferred-input": "mw.widgets.UserInputWidget", | |||
"preferred-input": " | |||
"input-config": [], | "input-config": [], | ||
" | "uuid": "661d48ddb5266" | ||
}, | }, | ||
"type": "string", | "type": "string", | ||
"format": "text", | "format": "text", | ||
"title": " | "title": "Assignee", | ||
" | "default": "{{CURRENTUSER}}" | ||
}, | }, | ||
"participants": { | "participants": { | ||
Line 137: | Line 102: | ||
"title": "Participants", | "title": "Participants", | ||
"uniqueItems": false | "uniqueItems": false | ||
}, | |||
"priority": { | |||
"wiki": { | |||
"name": "priority", | |||
"type": "property", | |||
"multiple-items": false, | |||
"required": true, | |||
"label-parsed": "Priority", | |||
"uuid": "661d4e7c1c37a", | |||
"visibility": "visible", | |||
"preferred-input": "OO.ui.RadioSelectInputWidget", | |||
"input-config": [], | |||
"options-allow-null": false, | |||
"options-values-parsed": { | |||
"high": "high", | |||
"normal": "normal", | |||
"low": "low" | |||
} | |||
}, | |||
"type": "string", | |||
"format": "text", | |||
"title": "{{int:webmo-priority}}", | |||
"enum": [ | |||
"high", | |||
"normal", | |||
"low" | |||
] | |||
}, | |||
"status": { | |||
"wiki": { | |||
"name": "status", | |||
"type": "property", | |||
"multiple-items": false, | |||
"required": true, | |||
"label-parsed": "Status", | |||
"uuid": "661d48ddb526d", | |||
"visibility": "visible", | |||
"preferred-input": "OO.ui.RadioSelectInputWidget", | |||
"input-config": [], | |||
"options-allow-null": false, | |||
"options-wikilist": "Template:Webmo task status list", | |||
"options-values-parsed": { | |||
"open": "open", | |||
"in progress": "in progress", | |||
"completed": "completed", | |||
"discarded": "discarded" | |||
} | |||
}, | |||
"type": "string", | |||
"format": "text", | |||
"title": "Status", | |||
"enum": [ | |||
"open", | |||
"in progress", | |||
"completed", | |||
"discarded" | |||
] | |||
} | } | ||
}, | }, | ||
"required": [ | "required": [ | ||
"description", | |||
"assignee", | |||
"priority", | "priority", | ||
"status" | "status" | ||
], | ], |
Revision as of 18:11, 15 April 2024
wiki |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
properties |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
required |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | "object" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
title | "⧼webmo-task⧽" |