Template:Feature tracking: Difference between revisions
Jump to navigation
Jump to search
(add Primary requester, Priority, Helps deployability, Target for 9.1; warnings if Requester or Owners not set) |
m (tweak the confusing-as-heck #if: tests) |
||
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'}} |
|Primary requester| {{ #if: {{{Primary requester|}}} | [[Primary requester::{{{Primary requester}}}]] | ''not indicated''}} |
||
|Requesters | {{#arraymap:{{{Requesters|}}}|,|x|[[Requested by::x]]}} {{#if: {{{Requesters}}}|OK|<font color=#aaa>Please indicate countries or engineers making the request</font>}} |
|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 | {{#arraymap:{{{Owners|}}}|,|x|[[Contact person::User:x]]}} {{#if: {{{Owners}}}|OK|<font color=#aaa>Please indicate developers or champions supporting this request</font>}} |
|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'}} |
|Priority | {{ #if: {{{Priority|}}} | [[Priority::{{{Priority}}}]] | ''not indicated''}} |
||
|Helps deployability? | {{ #if: {{{Helps deployability|}}} | [[Helps deployability::{{{Helps deployability}}}]] | ''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'}} |
|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:53, 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
| |
Specification | Design and technical implementation ideas; Links to detailed wiki pages, mailing list threads, or other resources are welcome
| |
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.