Skip to content

Instantly share code, notes, and snippets.

@tsl143
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsl143/bbedfcad5d31e5582292 to your computer and use it in GitHub Desktop.
Save tsl143/bbedfcad5d31e5582292 to your computer and use it in GitHub Desktop.
Kick start contribution in marketplace

Abstract

This talk will help attendees to kick start contributions to Marketplace. Marketplace is a store for Firefox OS apps and MOW - mobile optimized website. This talk will cover complete walk through to Marketplace code including pre-requisites, structure of Marketplace,setup the code, how to find bugs, etc.

Draft Points

  • Marketplace Introduction
    - store for Firefox OS apps and MOW
    - apps built in HTML5, CSS and JS

  • Pre requisite
    - Knowledge of GIT (Version control system)
    - Knowledge of HTML, CSS and JS (minimum)
    - Bugzilla (bug tracking tool for Mozilla)

  • Marketplace Structure
    - Two fold Structure (Frontend, backend)
    - Firefplace(frontend) - built in javascript
    - Zamboni - built in python

  • Setup the code
    - complete details on readthedoc.

  • Bugzilla
    - Good first bugs, mentored bugs

  • Patches
    - Patch lifecycle, submission, approval etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment