User:KSmith (WMF): Difference between revisions

From Wikimedia Foundation Governance Wiki
Content deleted Content added
Rotate x axis labels
AKlapper (talk | contribs)
+{{former staff}}
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{former staff}}
{{user info
{{user info
|full name = Kevin Smith|image name = Smith,_Kevin_March_2015.jpg |hover text = Kevin Smith, Agile Coach|job title = Agile Coach, [https://www.mediawiki.org/wiki/Team_Practices_Group Team Practices Group]|organization = Wikimedia Foundation|short quote = |about me =
|full name = Kevin Smith|image name = Smith,_Kevin_March_2015.jpg |hover text = Kevin Smith, Agile Coach|job title = Agile Coach, [https://www.mediawiki.org/wiki/Team_Practices_Group Team Practices Group]|organization = Wikimedia Foundation|short quote = |about me =
Line 4: Line 5:
|about my work =
|about my work =
I am coaching the [https://www.mediawiki.org/wiki/Wikimedia_Search_Team/Process Search Team]. I am also observing the [https://www.mediawiki.org/wiki/Architecture_committee MediaWiki Architecture Committee] on a temporary basis, and am guiding an initiative to get [https://www.mediawiki.org/wiki/Phabricator Phabricator] to create better [https://en.wikipedia.org/wiki/Burn_down_chart burn down charts].
I am coaching the [https://www.mediawiki.org/wiki/Wikimedia_Search_Team/Process Search & Discovery department]. I am also guiding an initiative to get [https://www.mediawiki.org/wiki/Phabricator Phabricator] to create better [https://en.wikipedia.org/wiki/Burn_down_chart burn down charts].


|contact me = * E-mail: ksmith{{@}}wikimedia.org
|contact me = * E-mail: ksmith{{@}}wikimedia.org
* IRC: "meeple27" on freenode}}
* IRC: "meeple27" on freenode}}

{{#Babel:en-N|es-2}}


== Sample Burnup Chart ==
== Sample Burnup Chart ==
Line 13: Line 16:
<graph>
<graph>
{
{
"width": 400, "height": 200,
"version": 2, "width": 400, "height": 200,
"padding": {"top": 10, "left": 30, "bottom": 30, "right": 10},
"padding": {"top": 10, "left": 30, "bottom": 30, "right": 10},
"data": [
"data": [
Line 33: Line 36:
"type": "ordinal",
"type": "ordinal",
"range": "width",
"range": "width",
"domain": {"data": "table", "field": "data.date"}
"domain": {"data": "table", "field": "date"}
},
},
{
{
Line 41: Line 44:
"domain": {
"domain": {
"fields": [
"fields": [
{"data": "table", "field": "data.scope"},
{"data": "table", "field": "scope"},
{"data": "table", "field": "data.done"}
{"data": "table", "field": "done"}
]
]
}
}
Line 65: Line 68:
"properties": {
"properties": {
"enter": {
"enter": {
"x": {"scale": "x", "field": "data.date"},
"x": {"scale": "x", "field": "date"},
"y": {"scale": "y", "field": "data.done"},
"y": {"scale": "y", "field": "done"},
},
},
"update": {
"update": {
Line 81: Line 84:
"properties": {
"properties": {
"enter": {
"enter": {
"x": {"scale": "x", "field": "data.date"},
"x": {"scale": "x", "field": "date"},
"y": {"scale": "y", "field": "data.scope"},
"y": {"scale": "y", "field": "scope"},
},
},
"update": {
"update": {

Latest revision as of 10:08, 24 April 2018

Kevin Smith
Kevin Smith, Agile Coach
Kevin Smith
Agile Coach, Team Practices Group, Wikimedia Foundation

About me

My background is as a software developer, architect, and team lead. I have been a strong advocate of both FLOSS and agile software development since 1999. My first wikipedia edit was in 2005. My main hobby is boardgaming.

My work

I am coaching the Search & Discovery department. I am also guiding an initiative to get Phabricator to create better burn down charts.

Disclaimer: I work for the Wikimedia Foundation, and this is the account I intend to use for edits or statements I make in that role. However, the Foundation does not vet all my activity, so edits, statements, or other contributions made by this account may not reflect the views of the Foundation.

Contact me

  • E-mail: ksmith@wikimedia.org
  • IRC: "meeple27" on freenode


Babel user information
en-N This user has a native understanding of English.
es-2 Esta persona tiene un conocimiento intermedio del español.

Sample Burnup Chart

This is just some scratch work I'm doing, and needed a place to park it: