AppMaker: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
AppMaker is an exploration in whether we can make it fun for non-developers to quickly build working mobile web apps. We're building on inspiration such as Hypercard and Scratch, and technology such as the app APIs provided by Firefox OS, the Web Runtime, the Web Components spec, and others.
* STATUS = UNASSIGNED. <em>"We want to do these things, but nobody's assigned to actually do them yet."</em>
<onlyinclude>
<bugzilla>
{
"status":"NEW",
"product": "webmaker",
"component":"appmaker",
"include_fields": "id, summary, whiteboard, assigned_to, status",
"maxrows":"50",
"order": "bug_id"
}
</bugzilla>
</onlyinclude>


We're currently in the earliest phase of the project definition, building a prototype that we hope to test at Campus Party UK in Sept.
== Making ==
* STATUS = ASSIGNED. <em>"I'm working on this right now!"</em>
<onlyinclude>
<bugzilla>
{
"status":"ASSIGNED",
"product": "webmaker",
"component":"appmaker",
"include_fields": "id, summary, whiteboard, assigned_to, status",
"maxrows":"50",
"order": "bug_id"
}
</bugzilla>
</onlyinclude>


We hang out in #appmaker; meet every monday at 10am Pacific in David Ascher's Vidyo room; and have a mailing list at https://mail.mozilla.org/listinfo/appmaker.
== Made ==
* STATUS = RESOLVED. <em>"So done! Much made!"</em>
<onlyinclude>
<bugzilla>
{
"status":"RESOLVED",
"product": "webmaker",
"component":"appmaker",
"include_fields": "id, summary, whiteboard, assigned_to, status",
"maxrows":"50",
"order": "bug_id"
}
</bugzilla>
</onlyinclude>


The Primary codebase is located at https://github.com/mozilla/appmaker
= About =
* IRC: We hang out in #appmaker
* Mailing list https://mail.mozilla.org/listinfo/appmaker.
* Primary codebase https://github.com/mozilla/appmaker

Revision as of 18:27, 24 March 2014

  • STATUS = UNASSIGNED. "We want to do these things, but nobody's assigned to actually do them yet."

No results.

0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);


Making

  • STATUS = ASSIGNED. "I'm working on this right now!"

No results.

0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);


Made

  • STATUS = RESOLVED. "So done! Much made!"

No results.

0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);


About