Difference between revisions of "Help:Task"
Jump to navigation
Jump to search
(modified by py-yprinciple-gen 0.2.6) |
(modified by py-yprinciple-gen 0.2.6) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 12: | Line 12: | ||
=== Documentation === | === Documentation === | ||
A semantic publishing task | A semantic publishing task | ||
| − | === Example | + | === Example Tasks === |
{{#ask: [[Concept:Task]] | {{#ask: [[Concept:Task]] | ||
}} | }} | ||
| Line 37: | Line 37: | ||
end note | end note | ||
class Task { | class Task { | ||
| + | Number id | ||
| + | Text title | ||
| + | Text objective | ||
| + | Date since | ||
} | } | ||
TaskNote .. Task | TaskNote .. Task | ||
| Line 121: | Line 125: | ||
</uml> | </uml> | ||
see also | see also | ||
| − | * [[List of | + | * [[List of Tasks]] |
* [[Help:Task]] | * [[Help:Task]] | ||
* [[Concept:Task]] | * [[Concept:Task]] | ||
Latest revision as of 06:41, 21 March 2023
Help for Task
| icon | Topic | name | pluralName | documentation |
|---|---|---|---|---|
| Task | Task | Tasks | A semantic publishing task |
Documentation
A semantic publishing task
Example Tasks
Properties
| documentation | type | name | label | allowedValues | mandatory | uploadable | |
|---|---|---|---|---|---|---|---|
| Task id | the id of the task | Types/Number | id | id | true | false | |
| Task objective | the objective of the task | Types/Text | objective | objective | false | false | |
| Task since | since when the task is available | Types/Date | since | since | false | false | |
| Task title | the title of the task | Types/Text | title | title | false | false |
uml
see also
topic links: