tasks.adoc 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. = Wiki Tasks
  2. :author:
  3. :revnumber:
  4. :revdate: 2016/03/17 20:48
  5. ifdef::env-github,env-browser[:outfilesuffix: .adoc]
  6. This page lists all tasks in the wiki.
  7. == jME3 Doku Tasks
  8. image:tasks_jme3_noform[tasks_jme3_noform,width="",height=""]
  9. == SDK Doku Tasks
  10. image:tasks_sdk_noform[tasks_sdk_noform,width="",height=""]
  11. === Creating Tasks
  12. Place `+++~~TASK~~+++` on any page to mark it as a task. The title (first heading) is considered to be the summary of the task, the contents its description. Use Alt-N on mac to create a ~ character.
  13. === Full usage description
  14. ....
  15. ~~TASK:[user]?[due date][priority]~~
  16. ....
  17. [cols="3", options="header"]
  18. |===
  19. a| [user]
  20. a| person responsible for this task – either user or full name
  21. a| optional; default is unassigned
  22. a| [due date]
  23. a| date the task should be completed in YYYY-MM-DD form; if only year or year and month are given, the last day is assumed
  24. a| optional; default is without due date
  25. a| [priority]
  26. a| low, medium `!`, high `+++!!+++` or critical `+++!!!+++` expressed with 0 to 3 exclamation marks
  27. a| optional; default is low priority
  28. |===
  29. If a task is unassigned, any registered user of the wiki can accept it. Once a task is taken, the user to whom it is assigned to can change the status of the task to one of these values:
  30. * rejected – task is not worthwhile or not accepted by user
  31. * new – reassign task so somebody else can take it
  32. * accepted – user took over task but did not yet start the work
  33. * started – work on task started
  34. * done – work on task completed
  35. If the task is done, other users can verify whether it's really done. If yes, the status can be set to verified.
  36. The priority is reflected by the intensity of the orange shade of the task box.
  37. Next to the title of the task box is an icon. It links to download an .ics file for the task. That can be imported by almost any calendar application that understands the VTODO component of the iCalendar standard.