MDN/Doc Sprints/India: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
 
Line 6: Line 6:
=Topics=
=Topics=
Focus areas for this sprint:
Focus areas for this sprint:
*[https://developer.mozilla.org/en-US/docs/User:teoli/Missing_tags Tagging] documents to improve search results  
*[https://developer.mozilla.org/en-US/docs/User:teoli/Missing_tags '''Tagging'''] documents to improve search results  
** Tag APIs' methods and properties that are not tagged as a method (Tag: 'Method') or as a property (Tag: 'Property').
** Tag APIs' methods and properties that are not tagged as a method (Tag: 'Method') or as a property (Tag: 'Property').
**Each of these entries need one of the two tags, but never both.
**Each of these entries need one of the two tags, but never both.
Line 20: Line 20:
***The interface page has a list of Properties and Methods (go to the [https://developer.mozilla.org/en-US/docs/Web/API/Event Event] page and check).
***The interface page has a list of Properties and Methods (go to the [https://developer.mozilla.org/en-US/docs/Web/API/Event Event] page and check).


*[https://developer.mozilla.org/en-US/docs/Project:MDN/Contributing/Editor_guide#Using_the_live_sample_system converting static code samples to be "live samples"]. Look for the tag [https://developer.mozilla.org/en-US/docs/tag/NeedsLiveSample NeedsLiveSample] or [https://developer.mozilla.org/en-US/docs/tag/NeedsExample NeedsExample].
*[https://developer.mozilla.org/en-US/docs/Project:MDN/Contributing/Editor_guide#Using_the_live_sample_system '''Converting static code samples to be "live samples"''']. Look for the tag [https://developer.mozilla.org/en-US/docs/tag/NeedsLiveSample NeedsLiveSample] or [https://developer.mozilla.org/en-US/docs/tag/NeedsExample NeedsExample].


Here are some other suggestions of things to work on.
Here are some other suggestions of things to work on.

Latest revision as of 04:30, 28 September 2013

Etherpads to use to help coordinate during the sprint. Feel free to use it!

Topics

Focus areas for this sprint:

  • Tagging documents to improve search results
    • Tag APIs' methods and properties that are not tagged as a method (Tag: 'Method') or as a property (Tag: 'Property').
    • Each of these entries need one of the two tags, but never both.
    • There are a few ways to determine if it is a method or property
      • It is said in the summary
      • The example don't show brackets after a property name, but show some

after a method name:

        var x = Event.scrollY;

means Event.scrollY is a property but:

        var x = Event.getEventName();

means Event.getEventName is a method

      • The interface page has a list of Properties and Methods (go to the Event page and check).

Here are some other suggestions of things to work on.

For translations, here is a list of high-priority docs: Translation Priorities


Suggest a topic, either that you want to work on, or that you'd like to see done by someone.

Helpful information