Gaia/Build/RefactoringToNodejs: Difference between revisions

Line 59: Line 59:
=== Difficulty of remaining P1 modules ===
=== Difficulty of remaining P1 modules ===


* push-to-device.js - easy
# push-to-device.js - easy
* shared-utils.js (require by email) - easy
# shared-utils.js (require by email) - easy
* homescreen-manager.js (require by homescreen, verticalhome) - easy
# homescreen-manager.js (require by homescreen, verticalhome) - easy
* rebuild.js - easy (cannot be picked up until dependent modules are complete)
# rebuild.js - easy
* build-app.js - easy (cannot be picked up until dependent modules are complete)
# r-wrapper.js (require by bluetooth, calendar, camera, clock, email, settings) - hard
* post-app.js - easy (cannot be picked up until dependent modules are complete)
# webapp-optimize.js - hard
* app.js - medium (cannot be picked up until dependent modules are complete)
# post-app.js - easy (cannot be picked up until webapp-optimize is complete)
* webapp-optimize.js - hard
# build-app.js - easy (cannot be picked up until shared-utils, homescreen-manager, r-wrapper and post-app are complete)
* r-wrapper.js (require by bluetooth, calendar, camera, clock, email, settings) - hard
# app.js - medium (cannot be picked up until rebuild, build-app and post-app are complete)


<!--
<!--
Confirmed users
429

edits