Gaia/SMS/Scrum/FxOS-S8: Difference between revisions
Jump to navigation
Jump to search
Full Query
Full Query
Full Query
Line 78: | Line 78: | ||
== Daily meetings == | == Daily meetings == | ||
=== Day 2: 23rd September === | === Day 2: 23rd September === | ||
====Steve==== | |||
* {{Bug|1179628}} - [Messages][NG] Lay out Settings service structure | |||
** Requesting feedback, but will be in background work. | |||
* {{Bug|1201016}} - [Messages][NG] Migrate the current Message manager event handling to NGA. | |||
** Waiting for feedback | |||
* {{Bug|1207094}} - [Messages] Disable appropriate controls when in low storage condition | |||
** Start to test the new lowStorage flag in deviceStorage and implement the device storage(might be device storage shim). | |||
* {{Bug|1206678}} - Outgoing MMS contains subject that was typed by user, but then hidden | |||
** Ni? Morpheus about how to deal with subject removal. | |||
Today: | |||
* Read the replay about the conversation service. | |||
* Low storage work. | |||
====Oleg==== | |||
* {{Bug|1176976}} - [Messages][Drafts] Remove the draft saving/replacing action menu | |||
** Got review and handling comments (in progress). | |||
* {{Bug|1206093}} - [Messages][Tests] Leverage "client.switchToShadowRoot" to tap on gaia-header action button | |||
** Guiding contributor on this issue (in progress). | |||
* {{Bug|1179586}} - Intermittent apps/sms/test/marionette/conversation_test.js | Conversation Panel Tests Action links in messages Send message to contact number | |||
** Investigated this one a bit, was not able to reproduce on my machine, but was more lucky on my slow gaia-vagrant setup; | |||
** Updated my gaia-vagrant (https://github.com/azasypkin/gaia-vagrant) script to support node v0.12 and npm v2; | |||
** Fixed tiny issue that I've noticed while working on gaia vagrant setup - "{{Bug|1206687}} - Python setup script points to the pip install/upgrade guide that doesn't exist anymore" :) | |||
* {{Bug|1206844}} - Adding Firefox Emoji font support | |||
** Quickly looked at the PR, asked why we didn't use shared CSS var for the Emoji font - want to have closer look today. | |||
* {{Bug|1198266}} - [Messages] Use ConversationService in the application | |||
** No progress (awaiting feedback). | |||
Today: | |||
* Will handle review/feedback/need-info requests; | |||
* Will work on review comments and assigned bugs. | |||
====Julien==== | |||
* Absent/no report | |||
=== Day 3: 24th September === | === Day 3: 24th September === | ||
=== Day 4: 25th September === | === Day 4: 25th September === |
Revision as of 12:39, 23 September 2015
List of bugs
SMS issues handled by the SMS subteam (blocks the sprint bug 1207091)
ID | Assigned to | Summary | Blocking b2g | Feature-b2g | Whiteboard | Resolution |
---|---|---|---|---|---|---|
1176976 | Oleg Zasypkin [:azasypkin] | [Messages][Drafts] Remove the draft saving/replacing action menu | --- | No cf_feature-b2g | [sms-sprint-FxOS-S8 p=1][sms-sprint-FxOS-S3][sms-sprint-FxOS-S4] | FIXED |
1198266 | [Messages] Use ConversationService in the application | --- | No cf_feature-b2g | [sms-sprint FxOS-S8 p=1][sms-sprint FxOS-S7 p=3][sms-sprint FxOS-S6 p=2] | WONTFIX | |
1201016 | [Messages][NG] Migrate the current Message manager event handling to NGA | --- | No cf_feature-b2g | [sms-sprint FxOS-S8 p=1][sms-sprint FxOS-S7 p=1] | WONTFIX | |
1206678 | Steve Chung [:steveck] | Outgoing MMS contains subject that was typed by user, but then hidden | 2.5+ | No cf_feature-b2g | [p=1] | FIXED |
1207093 | [Messages][Dialer] Implement low storage condition popup | --- | No cf_feature-b2g | [p=2] | WONTFIX | |
1207094 | [Messages] Disable appropriate controls when in low storage condition | --- | No cf_feature-b2g | [p=2] | WONTFIX |
6 Total; 6 Open (100%); 0 Resolved (0%); 0 Verified (0%);
Remaining points and burndown chart
google chart api url for Sprint FxOS-S8
Remaining points | |
---|---|
Start | 8 |
Day 2 | 8 |
Day 3 | |
Day 4 | |
Day 5 | |
Day 6 | |
Day 7 | |
Day 8 | |
Day 9 | |
Day 10 | |
End |
SMS issues handled by the SMS subteam outside of the sprint (contains whiteboard "sms-sprint-FxOS-S8")
5 Total; 5 Open (100%); 0 Resolved (0%); 0 Verified (0%);
All SMS issues tracked for this sprint (target milestone)
ID | Assigned to | Summary | Blocking b2g | Feature b2g | Resolution |
---|---|---|---|---|---|
1176976 | Oleg Zasypkin [:azasypkin] | [Messages][Drafts] Remove the draft saving/replacing action menu | --- | --- | FIXED |
1206678 | Steve Chung [:steveck] | Outgoing MMS contains subject that was typed by user, but then hidden | 2.5+ | --- | FIXED |
1207091 | SMS sprint FxOS-S8 | --- | --- | WONTFIX |
3 Total; 3 Open (100%); 0 Resolved (0%); 0 Verified (0%);
Sprint planning
Minutes are on a separate page.
Daily meetings
Day 2: 23rd September
Steve
- bug 1179628 - [Messages][NG] Lay out Settings service structure
- Requesting feedback, but will be in background work.
- bug 1201016 - [Messages][NG] Migrate the current Message manager event handling to NGA.
- Waiting for feedback
- bug 1207094 - [Messages] Disable appropriate controls when in low storage condition
- Start to test the new lowStorage flag in deviceStorage and implement the device storage(might be device storage shim).
- bug 1206678 - Outgoing MMS contains subject that was typed by user, but then hidden
- Ni? Morpheus about how to deal with subject removal.
Today:
- Read the replay about the conversation service.
- Low storage work.
Oleg
- bug 1176976 - [Messages][Drafts] Remove the draft saving/replacing action menu
- Got review and handling comments (in progress).
- bug 1206093 - [Messages][Tests] Leverage "client.switchToShadowRoot" to tap on gaia-header action button
- Guiding contributor on this issue (in progress).
- bug 1179586 - Intermittent apps/sms/test/marionette/conversation_test.js | Conversation Panel Tests Action links in messages Send message to contact number
- Investigated this one a bit, was not able to reproduce on my machine, but was more lucky on my slow gaia-vagrant setup;
- Updated my gaia-vagrant (https://github.com/azasypkin/gaia-vagrant) script to support node v0.12 and npm v2;
- Fixed tiny issue that I've noticed while working on gaia vagrant setup - "bug 1206687 - Python setup script points to the pip install/upgrade guide that doesn't exist anymore" :)
- bug 1206844 - Adding Firefox Emoji font support
- Quickly looked at the PR, asked why we didn't use shared CSS var for the Emoji font - want to have closer look today.
- bug 1198266 - [Messages] Use ConversationService in the application
- No progress (awaiting feedback).
Today:
- Will handle review/feedback/need-info requests;
- Will work on review comments and assigned bugs.
Julien
- Absent/no report