Difference between revisions of "Concept:Task"
Jump to navigation
Jump to search
(modified by py-yprinciple-gen 0.2.6) |
(modified by py-yprinciple-gen 0.2.6) |
||
| Line 30: | Line 30: | ||
end note | end note | ||
class Task { | class Task { | ||
| − | + | Number id | |
Text title | Text title | ||
Text objective | Text objective | ||
| + | Date since | ||
} | } | ||
TaskNote .. Task | TaskNote .. Task | ||
Latest revision as of 06:41, 21 March 2023
| Topic | |
|---|---|
| name | Task |
| pluralName | Tasks |
| icon | |
| icon Url | /images/cr/b/be/TaskIcon-64px.png |
| documentation | A semantic publishing task |
| wikiDocumentation | A semantic publishing task |
| default storemode | property |
| list Limit | 200 |
| use cargo | False |
| headerTabs | |
| context | QueryContext |
properties
| name | label | type | index | sortPos | primaryKey | mandatory | namespace | size | uploadable | defaultValue | inputType | allowedValues | documentation | values_from | showInGrid | isLink | nullable | topic | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Task id | id | id | Types/Number | 1 | 1 | true | true | false | the id of the task | true | false | Task | |||||||
| Task objective | objective | objective | Types/Text | 3 | false | false | 400 | false | textarea | the objective of the task | false | false | Task | ||||||
| Task since | since | since | Types/Date | 6 | false | false | false | datepicker | since when the task is available | true | false | Task | |||||||
| Task title | title | title | Types/Text | 2 | false | false | false | the title of the task | true | false | Task |
Documentation
A semantic publishing task