Template:Feature tracking: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (markup)
(add Name-> Short_name property, and Feature_subcategory -> Category: and Is_part_of property)
Line 1: Line 1:
<includeonly>
<includeonly>
Name={{{Name|Untitled feature}}} ''unused now''
{{Definition_table
{{Definition_table
|Short name|{{ #if: {{{Name|}}} | [[Short name::{{{Name|Untitled feature}}} ''(should match page title)'' | <font color=#aaa>Please provide short name matching title</font>}}
|Feature subcategory|{{ #if: {{{Feature subcategory|}}} |[[Is part of::Category:{{{Feature subcategory}}}]] [[Category:{{{Feature subcategory}}}]] | <font color=#aaa>Please provide feature subcategory</font>}}
|Primary requester| {{ #if: {{{Primary requester|}}} | [[Primary requester::{{{Primary requester}}}]] | <font color=#aaa>''not indicated''</font>}}
|Primary requester| {{ #if: {{{Primary requester|}}} | [[Primary requester::{{{Primary requester}}}]] | <font color=#aaa>''not indicated''</font>}}
|Requesters | {{#arraymap:{{{Requesters|}}}|,|x|[[Requested by::x]]}} {{#if: {{{Requesters|}}}||<font color=#aaa>Please indicate countries or engineers making the request</font>}}
|Requesters | {{#arraymap:{{{Requesters|}}}|,|x|[[Requested by::x]]}} {{#if: {{{Requesters|}}}||<font color=#aaa>Please indicate countries or engineers making the request</font>}}
Line 20: Line 21:
<pre>
<pre>
{{Feature_request
{{Feature_request
|Name=A brief, one-line summary of the feature, used as the title
|Name=A brief less-than-one-line summary of the feature, used as the title
|Feature subcategory=A subcategory of <nowiki>[[Category:Software features]]</nowiki>
|Primary requester=wiki page for primary requester
|Primary requester=wiki page for primary requester
|Requesters=Deployments, engineers, or both who support the request
|Requesters=Deployments, engineers, or both who support the request
Line 45: Line 47:


{{XFeature_request
{{XFeature_request
|Name=A brief, one-line summary of the feature, used as the title
|Name=A briefless-than-one-line summary of the feature, used as the title
|Feature subcategory=XTest feature
|Primary requester=[[User:St. NickN]]
|Primary requester=[[User:St. NickN]]
|Requesters=Deployments, engineers, or both who support the request
|Requesters=Deployments, engineers, or both who support the request

Revision as of 06:38, 9 December 2008


Displays a feature's values and also defines its semantics for the Feature_roadmap. It's based on {{Feature request}} (will some day replace it), but displays several extra feature properties, and makes semantic annotations of them. Both templates use {{Definition table}} to lay display


Usage

{{Feature_request
|Name=A brief less-than-one-line summary of the feature, used as the title
|Feature subcategory=A subcategory of [[Category:Software features]]
|Primary requester=wiki page for primary requester
|Requesters=Deployments, engineers, or both who support the request

|Requirements=User level requirement definition; Links to detailed wiki pages, mailing list threads, or other resources are welcome
*or
*a
*list
*of
*them

|Specification=Design and technical implementation ideas; Links to detailed wiki pages, mailing list threads, or other resources are welcome
*or a list
*of relevant links

|Owners=Names of developers and/or champions of the request who will ensure that progress is made

|Priority=one of the [[Property:Priority]] values
|Helps deployability=yes or no
|Target for 9.1=yes or no
}}

Sample

{{Definition_table |Short name|{{ #if: A briefless-than-one-line summary of the feature, used as the title | [[Short name::A briefless-than-one-line summary of the feature, used as the title (should match page title) | Please provide short name matching title}} |Feature subcategory|Is part of::Category:XTest feature |Primary requester| [[Primary requester::User:St. NickN]] |Requesters | {{#arraymap:Deployments, engineers, or both who support the request|,|x|Requested by::x}} |Requirements | User level requirement definition; Links to detailed wiki pages, mailing list threads, or other resources are welcome

  • or
  • a
  • list
  • of
  • them

|Specification | Design and technical implementation ideas; Links to detailed wiki pages, mailing list threads, or other resources are welcome

  • or a list
  • of relevant links

|Owners | {{#arraymap:Names of developers and/or champions of the request who will ensure that progress is made|,|x|Contact person::User:x}} |Priority | Priority::Low |Helps deployability? | Helps deployability::no |Target for 9.1? | Target for 9.1::no }}

Enables a dynamic Feature roadmap — see Semantic MediaWiki#For software features.