Gaia/SMS/Scrum/FxOS-S8: Difference between revisions

From MozillaWiki
< Gaia‎ | SMS‎ | Scrum
Jump to navigation Jump to search
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)

Bugzilla link

Full Query
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

Burndown chart
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")

Full Query
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
1179586 Oleg Zasypkin [:azasypkin] Intermittent apps/sms/test/marionette/conversation_test.js | Conversation Panel Tests General use cases Long SMS thread User can see all messages when scrolls up --- No cf_feature-b2g [sms-sprint-FxOS-S8] FIXED
1203886 Steve Chung [:steveck] The back button in sms conversation view does not always work 2.5+ No cf_feature-b2g [sms-sprint-FxOS-S8] FIXED
1205874 Oleg Zasypkin [:azasypkin] [Messages] After starting a new conversation from previously saved draft, that conversation will be counted twice when using Select All in Inbox 2.5+ No cf_feature-b2g [2.5-Daily-Testing][Spark][sms-sprint-FxOS-S8] FIXED
1208532 Oleg Zasypkin [:azasypkin] [Messages][Refactoring] Extract SystemMessageHandler from ActivityHandler --- No cf_feature-b2g [sms-sprint-FxOS-S8] FIXED

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


All SMS issues tracked for this sprint (target milestone)

Bugzilla link

Full Query
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

Day 3: 24th September

Day 4: 25th September

Day 5: 28th September

Day 6: 29th September

Day 7: 30th September

Day 8: 1st October

Day 9: 2nd October

Day 10: 5th October

Demos

Retrospective