User:KSmith (WMF): Difference between revisions

From Wikimedia Foundation Governance Wiki
Content deleted Content added
Sample burnup chart
Rotate x axis labels
Line 48: Line 48:
],
],
"axes": [
"axes": [
{"type": "x", "scale": "x"},
{"type": "x",
"scale": "x",
"properties" : {
"labels": {
"fill": {"value": "black"},
"angle": {"value": 10},
}
}
},
{"type": "y", "scale": "y"}
{"type": "y", "scale": "y"}
],
],
Line 58: Line 66:
"enter": {
"enter": {
"x": {"scale": "x", "field": "data.date"},
"x": {"scale": "x", "field": "data.date"},
"x2": {"scale": "x", "field": "data.date", "offset": -1},
"y": {"scale": "y", "field": "data.done"},
"y": {"scale": "y", "field": "data.done"},
"y2": {"scale": "y", "field": "data.done"}
},
},
"update": {
"update": {
Line 76: Line 82:
"enter": {
"enter": {
"x": {"scale": "x", "field": "data.date"},
"x": {"scale": "x", "field": "data.date"},
"x2": {"scale": "x", "field": "data.date", "offset": -1},
"y": {"scale": "y", "field": "data.scope"},
"y": {"scale": "y", "field": "data.scope"},
"y2": {"scale": "y", "field": "data.scope"}
},
},
"update": {
"update": {

Revision as of 21:47, 20 May 2015

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 Team. I am also observing the MediaWiki Architecture Committee on a temporary basis, and am 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


Sample Burnup Chart

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