| 123456789101112131415161718 |
- <!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]--><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="Asciidoctor 1.5.4"><title>Wiki Tasks</title><link rel="stylesheet" href="./asciidoctor.css">
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
- <link rel="stylesheet" href="./coderay-asciidoctor.css"><link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css"></head><body class="article toc2 toc-left"><div id="header"><div id="toolbar"><a href="https://github.com/jMonkeyEngine/wiki/edit/master/src/docs/asciidoc/tasks.adoc"><i class="fa fa-pencil-square" aria-hidden="true"></i></a><a href="https://github.com/jMonkeyEngine/wiki/new/master/src/docs/asciidoc/"><i class="fa fa-plus-square" aria-hidden="true"></i></a><input dir="auto" style="position: relative; vertical-align: top;" spellcheck="false" autocomplete="off" class="searchbox__input aa-input" id="doc-search" name="search" placeholder="Search in the doc" required="required" type="search"></div><h1>Wiki Tasks</h1><div class="details"><span class="author" id="author"></span><br><span id="revnumber">version ,</span> <span id="revdate">2016/03/17 20:48</span></div><div id="toc" class="toc2"><div id="toctitle">Table of Contents</div><ul class="sectlevel1"><li><a href="#jme3-doku-tasks">jME3 Doku Tasks</a></li><li><a href="#sdk-doku-tasks">SDK Doku Tasks</a><ul class="sectlevel2"><li><a href="#creating-tasks">Creating Tasks</a></li><li><a href="#full-usage-description">Full usage description</a></li></ul></li></ul></div></div><div id="content"><div id="preamble"><div class="sectionbody"><div class="paragraph"><p>This page lists all tasks in the wiki.</p></div></div></div>
- <div class="sect1"><h2 id="jme3-doku-tasks">jME3 Doku Tasks</h2><div class="sectionbody"><div class="paragraph"><p><span class="image"><img src="tasks_jme3_noform" alt="tasks_jme3_noform" width="" height=""></span></p></div></div></div>
- <div class="sect2"><h3 id="sdk-doku-tasks">SDK Doku Tasks</h3><div class="paragraph"><p><span class="image"><img src="tasks_sdk_noform" alt="tasks_sdk_noform" width="" height=""></span></p></div>
- <div class="sect2"><h3 id="creating-tasks">Creating Tasks</h3><div class="paragraph"><p>Place <code>~~TASK~~</code> 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.</p></div></div>
- <div class="sect2"><h3 id="full-usage-description">Full usage description</h3><div class="literalblock"><div class="content"><pre>~~TASK:[user]?[due date][priority]~~</pre></div></div>
- <table class="tableblock frame-all grid-all spread"><colgroup><col style="width: 33.3333%;"><col style="width: 33.3333%;"><col style="width: 33.3334%;"></colgroup><thead><tr><th class="tableblock halign-left valign-top">[user]</th><th class="tableblock halign-left valign-top">person responsible for this task – either user or full name</th><th class="tableblock halign-left valign-top">optional; default is unassigned</th></tr></thead><tbody><tr><td class="tableblock halign-left valign-top"><div></div></td><td class="tableblock halign-left valign-top"><div><div class="paragraph"><p>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</p></div></div></td><td class="tableblock halign-left valign-top"><div><div class="paragraph"><p>optional; default is without due date</p></div></div></td></tr><tr><td class="tableblock halign-left valign-top"><div></div></td><td class="tableblock halign-left valign-top"><div><div class="paragraph"><p>low, medium <code>!</code>, high <code>!!</code> or critical <code>!!!</code> expressed with 0 to 3 exclamation marks</p></div></div></td><td class="tableblock halign-left valign-top"><div><div class="paragraph"><p>optional; default is low priority</p></div></div></td></tr></tbody></table>
- <div class="paragraph"><p>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:</p></div>
- <div class="ulist"><ul><li><p>rejected – task is not worthwhile or not accepted by user</p></li><li><p>new – reassign task so somebody else can take it</p></li><li><p>accepted – user took over task but did not yet start the work</p></li><li><p>started – work on task started</p></li><li><p>done – work on task completed</p></li></ul></div>
- <div class="paragraph"><p>If the task is done, other users can verify whether it’s really done. If yes, the status can be set to verified.</p></div>
- <div class="paragraph"><p>The priority is reflected by the intensity of the orange shade of the task box.</p></div>
- <div class="paragraph"><p>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.</p></div></div></div></div><div id="footer"><div id="footer-text">Version <br>Last updated 2018-01-06 21:45:20 +00:00</div></div><script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script><script>docsearch({
- apiKey: 'a736b6d93de805e26ec2f49b55013fbd',
- indexName: 'jmonkeyengine',
- inputSelector: '#doc-search',
- debug: false // Set debug to true if you want to inspect the dropdown
- });</script></body></html>
|