Template:Feature tracking: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (typos)
(add Primary requester, Priority, Helps deployability, Target for 9.1; warnings if Requester or Owners not set)
Line 2: Line 2:
Name={{{Name|Untitled feature}}} ''unused now''
Name={{{Name|Untitled feature}}} ''unused now''
{{Definition_table
{{Definition_table
|Primary requester| {{ #if: {{{Primary requester|}}} | [[Primary requester::{{{Primary requester}}}]] | ''not indicated'}}
|Requesters | {{{Requesters|<font color=#aaa>Please indicate countries or engineers making the request</font>}}} {{#arraymap:{{{Requesters|}}}|,|x|[[Requested by::x]]}} <!-- todo: combine this with test and warn if no requesters) -->
|Requesters | {{#arraymap:{{{Requesters|}}}|,|x|[[Requested by::x]]}} {{#if: {{{Requesters}}}|OK|<font color=#aaa>Please indicate countries or engineers making the request</font>}}
|Requirements | {{{Requirements|<font color=#aaa>Please provide a short summary or bulleted list of user-level requirements</font>}}}
|Requirements | {{{Requirements|<font color=#aaa>Please provide a short summary or bulleted list of user-level requirements</font>}}}
|Specification | {{{Specification|<font color=#aaa>Please summarize designs, implementation details, and other references</font>}}}
|Specification | {{{Specification|<font color=#aaa>Please summarize designs, implementation details, and other references</font>}}}
|Owners | {{{Owners|<font color=#aaa>Please indicate developers or champions supporting this request</font>}}} {{#arraymap:{{{Owners|}}}|,|x|[[Contact person::User:x]]}} <!-- todo: combine this with test and warn if no requesters) -->
|Owners | {{#arraymap:{{{Owners|}}}|,|x|[[Contact person::User:x]]}} {{#if: {{{Owners}}}|OK|<font color=#aaa>Please indicate developers or champions supporting this request</font>}}
|Priority | {{ #if: {{{Priority|}}} | [[Priority::{{{Priority}}}]] | ''not indicated'}}
|Helps deployability? | {{ #if: {{{Helps deployability|}}} | [[Helps deployability::{{{Helps deployability}}}]] | ''not indicated'}}
|Target for 9.1? | {{ #if: {{{Target for 9.1|}}} | [[Target for 9.1::{{{Target for 9.1}}}]] | ''not indicated'}}
}}</includeonly><noinclude>
}}</includeonly><noinclude>
Used to display a feature and define its semantics for the [[Feature_roadmap]].
Used to display a feature and define its semantics for the [[Feature_roadmap]].

Revision as of 04:49, 4 December 2008

Used to display a feature and define its semantics for the Feature_roadmap.

Usage

{{Feature_request
|Name=A brief, one-line summary of the feature, used as the title

|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
}}

Sample

Name=A brief, one-line summary of the feature, used as the title unused now

Primary requester not indicated'
Requesters {{#arraymap:Deployments, engineers, or both who support the request|,|x|Requested by::x}} OK
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}} OK
Priority not indicated'
Helps deployability? not indicated'
Target for 9.1? not indicated'

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