Confirmed users, Bureaucrats and Sysops emeriti
2,088
edits
No edit summary |
|||
Line 1: | Line 1: | ||
__NOTOC__ | |||
Work with the Jetpack team to implement a core set of modules. This is currently looking like JEPs 102 - 116, over releases 0.3, 0.4 and 0.5. | Work with the Jetpack team to implement a core set of modules. This is currently looking like JEPs 102 - 116, over releases 0.3, 0.4 and 0.5. | ||
== Status == | |||
<onlyinclude> | |||
'''RAMPING UP''' Signing people up for JEP implementation. | |||
</onlyinclude> | |||
*'''Lead''': Dietrich | |||
*'''Members''': | |||
== Goals == | |||
* Help Labs implement modules for JEPs 102 - 116. | |||
== Roadmap == | |||
== Background == | == Background == | ||
Line 16: | Line 31: | ||
* Roughly speaking, there are two layers of APIs under the SDK. There's a low-level, chrome-privileged layer that wraps the platform. And there's a high-level, secure, low surface area, and friendly layer that builds on the lower. It's the higher layer that might be thought of as "the Jetpack API," but it's entirely possible to use the lower to build an extension. | * Roughly speaking, there are two layers of APIs under the SDK. There's a low-level, chrome-privileged layer that wraps the platform. And there's a high-level, secure, low surface area, and friendly layer that builds on the lower. It's the higher layer that might be thought of as "the Jetpack API," but it's entirely possible to use the lower to build an extension. | ||
* The Bespin IDE of the Prototype will be replaced with a contracted-out in-browser IDE called "[[Labs/Jetpack/FlightDeck|FlightDeck]]." (Maybe you've heard of it?) FlightDeck provides a nice UI to the SDK's toolchain. It will be available as a Web app. | * The Bespin IDE of the Prototype will be replaced with a contracted-out in-browser IDE called "[[Labs/Jetpack/FlightDeck|FlightDeck]]." (Maybe you've heard of it?) FlightDeck provides a nice UI to the SDK's toolchain. It will be available as a Web app. | ||
== Related Links == | == Related Links == | ||
Line 38: | Line 39: | ||
* There's a Jetpack drivers mailing list. Ping adw or Daniel Buchner if interested. | * There's a Jetpack drivers mailing list. Ping adw or Daniel Buchner if interested. | ||
* [[Labs/Jetpack/Design_Guidelines|Module coding guidelines]] | * [[Labs/Jetpack/Design_Guidelines|Module coding guidelines]] | ||