VisualDataSchema:Project: Difference between revisions

From Wikiyouth
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
         "name": {
         "name": {
             "wiki": {
             "wiki": {
                "name": "name",
                 "type": "property",
                 "type": "property",
                 "name": "name",
                 "multiple-items": false,
                "required": true,
                "label-parsed": "Project name",
                 "visibility": "visible",
                 "visibility": "visible",
                "multiple-items": false,
                 "preferred-input": "OO.ui.TextInputWidget",
                 "preferred-input": "OO.ui.TextInputWidget",
                 "input-config": [],
                 "input-config": []
                "required": true
             },
             },
             "type": "string",
             "type": "string",
Line 23: Line 24:
         "sending_organization": {
         "sending_organization": {
             "wiki": {
             "wiki": {
                "type": "property",
                 "name": "sending_organization",
                 "name": "sending_organization",
                 "type": "property",
                 "visibility": "visible",
                 "multiple-items": false,
                 "multiple-items": false,
                "preferred-input": "LookupElement",
                "input-config": [],
                 "required": true,
                 "required": true,
                 "label-parsed": "Sending organization",
                 "options-askquery": "[[name::+]]",
                 "visibility": "visible",
                 "askquery-schema": "Organization",
                 "preferred-input": "OO.ui.TextInputWidget",
                 "askquery-printouts": [
                 "input-config": []
                    "name"
                 ]
             },
             },
             "type": "string",
             "type": "string",
Line 38: Line 43:
         "hosting_organization": {
         "hosting_organization": {
             "wiki": {
             "wiki": {
                "type": "property",
                 "name": "hosting_organization",
                 "name": "hosting_organization",
                 "type": "property",
                 "visibility": "visible",
                 "multiple-items": false,
                 "multiple-items": false,
                "preferred-input": "LookupElement",
                "input-config": [],
                 "required": true,
                 "required": true,
                 "label-parsed": "Hosting organization",
                 "options-askquery": "[[name::+]]",
                 "visibility": "visible",
                 "askquery-schema": "Organization",
                 "preferred-input": "OO.ui.TextInputWidget",
                 "askquery-printouts": [
                 "input-config": []
                    "name"
                 ]
             },
             },
             "type": "string",
             "type": "string",

Revision as of 08:04, 23 February 2024

wiki
type"schema"
name"Project"
title-parsed"Project"
title"Project"
properties
name
wiki
name"name"
type"property"
multiple-itemsfalse
requiredtrue
label-parsed"Project name"
visibility"visible"
preferred-input"OO.ui.TextInputWidget"
input-config
Empty array
type"string"
format"text"
title"Project name"
sending_organization
wiki
type"property"
name"sending_organization"
visibility"visible"
multiple-itemsfalse
preferred-input"LookupElement"
input-config
Empty array
requiredtrue
options-askquery"[[name::+]]"
askquery-schema"Organization"
askquery-printouts
"name"
type"string"
format"text"
title"Sending organization"
hosting_organization
wiki
type"property"
name"hosting_organization"
visibility"visible"
multiple-itemsfalse
preferred-input"LookupElement"
input-config
Empty array
requiredtrue
options-askquery"[[name::+]]"
askquery-schema"Organization"
askquery-printouts
"name"
type"string"
format"text"
title"Hosting organization"
coordinating_organization
wiki
name"coordinating_organization"
type"property"
multiple-itemsfalse
label-parsed"Coordinating organization"
help-message-parsed"(if different from sending organization)"
visibility"visible"
preferred-input"OO.ui.TextInputWidget"
input-config
Empty array
requiredfalse
type"string"
format"text"
title"Coordinating organization"
description"(if different from sending organization)"
start_date
wiki
name"start_date"
type"property"
multiple-itemsfalse
requiredtrue
label-parsed"Start date"
visibility"visible"
preferred-input"mw.widgets.DateInputWidget"
input-config
Empty array
type"string"
format"date"
title"Start date"
end_date
wiki
name"end_date"
type"property"
multiple-itemsfalse
requiredtrue
label-parsed"End date"
visibility"visible"
preferred-input"mw.widgets.DateInputWidget"
input-config
Empty array
type"string"
format"date"
title"End date"
volunteers_number
wiki
name"volunteers_number"
type"property"
multiple-itemsfalse
requiredtrue
label-parsed"Number of volunteers"
visibility"visible"
preferred-input"OO.ui.NumberInputWidget"
input-config
Empty array
type"number"
format"text"
title"Number of volunteers"
required
"name"
"sending_organization"
"hosting_organization"
"start_date"
"end_date"
"volunteers_number"
type"object"
title"Project"
[Mark as patrolled]