Template:Feature tracking: Difference between revisions

From OLPC
Jump to navigation Jump to search
m (tweak the confusing-as-heck #if: tests)
(update usage text)
Line 11: Line 11:
|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]].
Displays a feature's values and also defines its semantics for the [[Feature_roadmap]].
It's based on {{tl|Feature request}} (will some day replace it), but displays several extra feature properties, and makes semantic annotations of them. Both templates use {{tl|Definition table}} to lay display



== Usage ==
== Usage ==
Line 18: Line 21:
{{Feature_request
{{Feature_request
|Name=A brief, one-line summary of the feature, used as the title
|Name=A brief, one-line summary of the feature, used as the title
|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 33: Line 36:


|Owners=Names of developers and/or champions of the request who will ensure that progress is made
|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
}}</pre>
}}</pre>


Line 39: Line 46:
{{XFeature_request
{{XFeature_request
|Name=A brief, one-line summary of the feature, used as the title
|Name=A brief, one-line summary of the feature, used as the title
|Primary requester=[[User:St. NickN]]
|Requesters=Deployments, engineers, or both who support the request
|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
|Requirements=User level requirement definition; Links to detailed wiki pages, mailing list threads, or other resources are welcome
Line 50: Line 58:
*of relevant links
*of relevant links
|Owners=Names of developers and/or champions of the request who will ensure that progress is made
|Owners=Names of developers and/or champions of the request who will ensure that progress is made

|Priority=Low
|Helps deployability=no
|Target for 9.1=no
}}
}}



Revision as of 05:03, 4 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, one-line summary of the feature, used as the title
|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

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

Primary requester [[Primary requester::User:St. NickN]]
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 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.