MDN/Development: Difference between revisions

From MozillaWiki
< MDN
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
The MDN site is under active development and is constantly evolving. In addition to the paid engineering, writing and product teams, the MDN community contributes feature requests, helps prioritize work and contributes code to the platform.  
The MDN site is under active development and is constantly evolving. In addition to the paid engineering, writing and product teams, the MDN community contributes feature requests, helps prioritize work and contributes code to the platform.  


==Development Process==
=Development Process=
In March of 2013, the MDN development team switched from using Agile to a continuous deployment process using Kanban.  
In March of 2013, the MDN development team switched from using Agile to a continuous deployment process using Kanban.  
* [https://wiki.mozilla.org/MDN/Development/drivers Work Prioritization process] - MDN-drivers
* [https://wiki.mozilla.org/MDN/Development/drivers Work Prioritization process] - MDN-drivers
Line 19: Line 19:
Commits also often include numbers of bugs that you can visit to see relevant discussions.
Commits also often include numbers of bugs that you can visit to see relevant discussions.


==Platform==
=Platform=


*[https://github.com/mozilla/kuma Kuma on github]
*[https://github.com/mozilla/kuma Kuma on github]
Line 27: Line 27:
* [[MDN/Development/Contribute/Design|Contributing to design]]
* [[MDN/Development/Contribute/Design|Contributing to design]]


==Roadmap/Status==
=Roadmap/Status=
*[https://docs.google.com/a/mozilla.com/spreadsheet/ccc?key=0AtB4DXCweXv2dHNqUXZTdFJmaXY1a1hwT2IyYTR4NUE#gid=0 MDN 2013 Roadmap]
*[https://docs.google.com/a/mozilla.com/spreadsheet/ccc?key=0AtB4DXCweXv2dHNqUXZTdFJmaXY1a1hwT2IyYTR4NUE#gid=0 MDN 2013 Roadmap]
* Notes from our January 2013 [https://etherpad.mozilla.org/MDN-Austin-2013 planning meeting in Austin]
* Notes from our January 2013 [https://etherpad.mozilla.org/MDN-Austin-2013 planning meeting in Austin]
Line 37: Line 37:
All of these resources provide essentially the same information, just in slightly different formats.
All of these resources provide essentially the same information, just in slightly different formats.


=Projects=
==Current Projects==
==Current Projects==
===[[/Redesign|MDN Redesign]]===
===[[/Redesign|MDN Redesign]]===
Line 43: Line 44:
===[[/GitHub_Integration|GitHub Integration]]===
===[[/GitHub_Integration|GitHub Integration]]===
Proposal for what GitHub integration might look like.
Proposal for what GitHub integration might look like.
===Localization dashboard===
The [[MDN/Development/Localization dashboard|localization dashboard]] will make it easier for our localization teams to do their work.


==Proposed Projects==
==Proposed Projects==
=== Summit 2013 ===
===Badges===
====Badges====
Proposal for [https://wiki.mozilla.org/MDN/Development/Badges Badges] on MDN, being managed by Florian
Proposal for [https://wiki.mozilla.org/MDN/Development/Badges Badges] on MDN, being managed by Florian
====Metrics====
===Metrics===
Proposal for [[MDN/Development/Metrics|Metrics]] on MDN, being managed by [[User:Groovecoder|groovecoder]]
Proposal for [[MDN/Development/Metrics|Metrics]] on MDN, being managed by [[User:Groovecoder|groovecoder]]
====Product versioning====
====Product versioning====
Proposal to support [[MDN/Development/Product_Versioning|product versioning]], proposed by Will
Proposal to support [[MDN/Development/Product_Versioning|product versioning]], proposed by Will
====Git backend for wiki====
===Git backend for wiki===
Proposal for [[MDN/Development/GitBackend|migrating to Git as the data backend for the wiki]], proposed by [[User:LesOrchard|lorchard]]
Proposal for [[MDN/Development/GitBackend|migrating to Git as the data backend for the wiki]], proposed by [[User:LesOrchard|lorchard]]
==Required subprojects==
===Page building blocks===
===Page building blocks===
Proposed [[MDN/Development/BuildingBlocks|building blocks]] for the page templates and building blocks project requirement.
Proposed [[MDN/Development/BuildingBlocks|building blocks]] for the page templates and building blocks project requirement.
===Accessibility Review===
===Mobile/Tablet & Offline Experience for MDN===
==Completed Projects==
===Google Summer of Code===
The Mozilla Developer Network team will be hosting a Google Summer of Code this summer. The project will center around building a Localization Dashboard to track localization status and help localizers find articles that need to be updated.
For more information, please see our [[/Google_Summer_of_Code_2013|Google Summer of Code 2013]] page.


===Localization dashboard===
The [[MDN/Development/Localization dashboard|localization dashboard]] will make it easier for our localization teams to do their work.


==Subpages==
=Subpages=
This is a list of all subpages of this page.
This is a list of all subpages of this page.
{{Subpagelist}}
{{Subpagelist}}

Revision as of 18:03, 7 November 2013

The MDN site is under active development and is constantly evolving. In addition to the paid engineering, writing and product teams, the MDN community contributes feature requests, helps prioritize work and contributes code to the platform.

Development Process

In March of 2013, the MDN development team switched from using Agile to a continuous deployment process using Kanban.

Following development in real time

If you want to stay in the loop on a bug or a set of bugs, be sure to add yourself to the "cc" list. Designers and developers update bugs with discussions and decisions as they go. A github robot will automatically comment on bugs when corresponding code is merged into the master line of development. Those commits are automatically pushed to the dev server every 5 minutes:

https://developer-dev.allizom.org/

The dev team pushes commits to stage and production servers when the code is ready. You can see which commits are on the stage & production servers here:

http://mzl.la/mdn_whats_deployed

Commits also often include numbers of bugs that you can visit to see relevant discussions.

Platform

Roadmap/Status


For notifications about changes to the MDN, please subscribe to our feed of released changes. For more technical information about a change, click through from that feed entry to the Bugzilla ticket the entry is associated with. You can also follow our feed of all source code commits or watch this page for an overview of commits pushed to production.

All of these resources provide essentially the same information, just in slightly different formats.

Projects

Current Projects

MDN Redesign

Large project aimed at rebranding & redesigning MDN to better serve developers as users and contributors.

GitHub Integration

Proposal for what GitHub integration might look like.

Localization dashboard

The localization dashboard will make it easier for our localization teams to do their work.

Proposed Projects

Badges

Proposal for Badges on MDN, being managed by Florian

Metrics

Proposal for Metrics on MDN, being managed by groovecoder

Product versioning

Proposal to support product versioning, proposed by Will

Git backend for wiki

Proposal for migrating to Git as the data backend for the wiki, proposed by lorchard

Page building blocks

Proposed building blocks for the page templates and building blocks project requirement.

Accessibility Review

Mobile/Tablet & Offline Experience for MDN

Completed Projects

Google Summer of Code

The Mozilla Developer Network team will be hosting a Google Summer of Code this summer. The project will center around building a Localization Dashboard to track localization status and help localizers find articles that need to be updated.

For more information, please see our Google Summer of Code 2013 page.


Subpages

This is a list of all subpages of this page.

Contact