Gaia/Toolkit/Service Worker/Scrum/s1: Difference between revisions
(Created page with "== General info == * Members ** Salvador de la Puente ** Francisco Jordano ** Johan Lorenzo (QA) ** Fernando Jimenez * Meetings: ** Daily happening on IRC currently on channe...") |
|||
(8 intermediate revisions by 2 users not shown) | |||
Line 13: | Line 13: | ||
** [https://wiki.mozilla.org/Gaia/Toolkit/Service_Worker ServiceWorker toolkit] | ** [https://wiki.mozilla.org/Gaia/Toolkit/Service_Worker ServiceWorker toolkit] | ||
** [https://etherpad.mozilla.org/service-worker Etherpad] | ** [https://etherpad.mozilla.org/service-worker Etherpad] | ||
== Sprint objectives == | |||
*'''By the end of the sprint have a solid library that people can use in their gaia apps''' | |||
** Solve gecko dependencies to try SW in app// protocol, to help gaia devs to try SW in their apps. | |||
** Provide an example of custom cache. | |||
** Add more unit testing to our current code base. | |||
** Verify and provide an integration between threads.js and SWW. | |||
== List of bugs == | == List of bugs == | ||
<onlyinclude> | <onlyinclude> | ||
=== | === Issues for this sprint === | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"blocks":"1153312", | "blocks":"1153312", | ||
"whiteboard": "[s1]", | "whiteboard": "[s1]", | ||
"include_fields": "id, summary, component | "include_fields": "id, summary, component, resolution, assigned_to, depends_on, blocks, whiteboard, cf_blocking_b2g, cf_feature_b2g, target_milestone" | ||
} | } | ||
</bugzilla> | </bugzilla> | ||
Line 33: | Line 40: | ||
=== Actions taken from last sprint === | === Actions taken from last sprint === | ||
=== Things that went well === | === Things that went well === | ||
* Tree stores provided on the architecture look useful. | |||
* Seems the model is validated. | |||
* We have new ideas for improvements. | |||
* Complete sprint, achieved the goals of the sprint. | |||
* Very useful this sprint to learn about the gecko SW implementation. | |||
* Help from Telefonica to work on the backend was pretty useful. | |||
=== Things that went not that well === | === Things that went not that well === | ||
* Better balance of the work load, we have other goals, and need to achieve them too. | |||
* (Fernando) Dig more into serviceworkerware | |||
=== Actions for this sprint === | === Actions for this sprint === | ||
* Record demos for next sprint. | |||
* Test everything we do in B2G. |
Latest revision as of 11:29, 19 May 2015
General info
- Members
- Salvador de la Puente
- Francisco Jordano
- Johan Lorenzo (QA)
- Fernando Jimenez
- Meetings:
- Daily happening on IRC currently on channel #gaia at 12:00 CET
- Weekly meetings to update status happening: Thursdays at 18:00 CEST / 09:00 PDT
- Links of interest:
Sprint objectives
- By the end of the sprint have a solid library that people can use in their gaia apps
- Solve gecko dependencies to try SW in app// protocol, to help gaia devs to try SW in their apps.
- Provide an example of custom cache.
- Add more unit testing to our current code base.
- Verify and provide an integration between threads.js and SWW.
List of bugs
Issues for this sprint
ID | Summary | Component | Resolution | Assigned to | Depends on | Blocks | Whiteboard | Blocking b2g | Feature b2g | Target milestone |
---|---|---|---|---|---|---|---|---|---|---|
1155758 | Make about:serviceworkers work in B2G | Gaia::Settings | FIXED | Fernando Jiménez Moreno [:ferjm] | 1133601, 1171385 | 1153312, 1162920, 1196652 | [s1] | --- | --- | 2.2 S12 (15may) |
1160503 | [toolkit] In SWW, pass matching parameters to the default offline cache middle ware | Gaia | FIXED | Francisco Jordano [:arcturus] [:francisco] | 1153312 | [s1] | --- | --- | --- | |
1161288 | Support app:// origins on Fetch API | DOM: Core & HTML | FIXED | Fernando Jiménez Moreno [:ferjm] | 1147214 | 1131322, 1153312, 1158848, 1161684 | [s1] | --- | --- | mozilla40 |
1161505 | [toolkit] Provide an implementation of custom cache | Gaia | FIXED | Salvador de la Puente González [:salva] | 1153312 | [s1] | --- | --- | --- | |
1161506 | [ServiceWorkers] Study/Integrate threads.js with sw | Gaia | FIXED | Francisco Jordano [:arcturus] [:francisco] | 1153312 | [s1] | --- | --- | --- | |
1162920 | JavaScript error at aboutServiceWorkers.js when updating the service worker (follow-up bug 1155758) | General | FIXED | Fernando Jiménez Moreno [:ferjm] | 1155758 | 1153312 | [s1] | --- | --- | 2.2 S12 (15may) |
1162948 | Update service workers list every time the panel is shown | Gaia::Settings | FIXED | Fernando Jiménez Moreno [:ferjm] | 1153312 | [s1] | --- | --- | --- |
7 Total; 7 Open (100%); 0 Resolved (0%); 0 Verified (0%);
Daily meetings
Demos
Retrospective
Actions taken from last sprint
Things that went well
- Tree stores provided on the architecture look useful.
- Seems the model is validated.
- We have new ideas for improvements.
- Complete sprint, achieved the goals of the sprint.
- Very useful this sprint to learn about the gecko SW implementation.
- Help from Telefonica to work on the backend was pretty useful.
Things that went not that well
- Better balance of the work load, we have other goals, and need to achieve them too.
- (Fernando) Dig more into serviceworkerware
Actions for this sprint
- Record demos for next sprint.
- Test everything we do in B2G.