Difference between revisions of "Snowstorm Daily Scrum Archive"

From Second Life Wiki
Jump to navigation Jump to search
(added links to past updates)
Line 3: Line 3:
<br clear="all"/>
<br clear="all"/>


==  Friday, November 5, 2010  ==
==  Monday, November 8, 2010  ==


=== General Notes ===
=== General Notes ===
----
----
* Merge Monkey of the Day: Oz
* Merge Monkey of the Day: Oz
* IMPORTANT: Please remember - when merging your fixes into Beta, you must also pull them into viewer-development immediately after.
* IMPORTANT: Please remember - when merging your fixes into Beta, you must also pull them into viewer-development immediately after
* If you take a bug off any of the bug queues, please move it to the current sprint.
* If you take a bug off any of the bug queues, please move it to the current sprint.
* When you pick up an issue in current sprint, please set a time estimate before you start working on it.
* When you pick up an issue in current sprint, please set a time estimate before you start working on it.
Line 17: Line 17:
----
----
<b>PAST</b><br />
<b>PAST</b><br />
* STORM-105 : Finished perf gathering:  
* STORM-105 : Perf gathering: posted results, took Vadim's first review into account and committed to dev repo, emailed internal automation team about that work so to get their reading as well
** Pushed last set of changes, updated wiki, wrote test plan, submitted the whole thing to Vadim for review.
* STORM-150: More reading, wrote a list of things to improve (not posted yet)
** Exchanged email with a community member about the use of this system for his own test
** Tests: kdu dynamic, openjpeg, kdu static. Can't upload them to wiki though... grrr...
* STORM-150 : Read most Kakadu docs, listed potentially interesting improvements to study, email Oz on some licensing issues


<b>FUTURE</b><br />
<b>FUTURE</b><br />
Line 28: Line 25:


<b>IMPEDIMENTS</b><br />
<b>IMPEDIMENTS</b><br />
* None!!
* None


====Oz Linden====
====Oz Linden====
----
----
<b>PAST</b><br />
<b>PAST</b><br />
* Rebuilt Beta repo (twice)
* Finished setting up new TPV Directory
* Pulled 5 issues from integration queue
* Pulled more issues from integration queue
** One fail - STORM-546
* STORM-102 needs review - on behalf of WolfPup


<b>FUTURE</b><br />
<b>FUTURE</b><br />
* Continue merge monkey (nothing currently queued)
* Continue merge monkey (nothing currently queued)
* Finish setting up new TPV Directory
* Start working on library upgrade issues


<b>IMPEDIMENTS</b><br />
<b>IMPEDIMENTS</b><br />
Line 46: Line 45:
----
----
<b>PAST</b><br />
<b>PAST</b><br />
* Beta 3 checkin issues
* Beta 3 monitoring
* STORM-143 advice
* STORM-223
* Testing for ER-146
* Prefs
* Planning


<b>FUTURE</b><br />
<b>FUTURE</b><br />
* Beta 3 merges if they need help
* Beta 3  
* STORM-223
* Look at prefs code
* Triage
* Triage
* Planning


<b>IMPEDIMENTS</b><br />
<b>IMPEDIMENTS</b><br />
Line 65: Line 64:
* Prefs work prepped and sent out for review
* Prefs work prepped and sent out for review
* Started prim alignment design doc
* Started prim alignment design doc
* Test ER-146


<b>FUTURE</b><br />
<b>FUTURE</b><br />
* Update prefs design
* Finish creating subtasks for Preferences cleanup
* Finish design doc for prim alignment
* Work on design doc for prim alignment
* VWR Triage* Prioritizing tickets for team and queuing up more work
* VWR Triage
* Prioritize tickets for team and queue up more work


<b>IMPEDIMENTS</b><br />
<b>IMPEDIMENTS</b><br />
Line 78: Line 77:
----
----
<b>PAST</b><br />
<b>PAST</b><br />
* BUG STORM-450 (Incorrect help contexts for Sidebar People tab)
** Fixed and sent for review
* BUG STORM-535 PLEASE allow adjustable transparency of "Nearby Chat" window, Chat History and Chat "Toasts" in Viewer 2.0!
* BUG STORM-535 PLEASE allow adjustable transparency of "Nearby Chat" window, Chat History and Chat "Toasts" in Viewer 2.0!
** Investigating. Discussed with Vadim design issues. Estimate: approximately 8h.
** WIP. There insn't any problems for now. Working on changing floaters opacity while user is moving slider, without clicking OK in panel preferences or restarting viewer. Estimate ~ 8 - 10 hours.


<b>FUTURE</b><br />
<b>FUTURE</b><br />
* BUG STORM-535 PLEASE allow adjustable transparency of "Nearby Chat" window, Chat History and Chat "Toasts" in Viewer 2.0!
* Finish STORM-535 PLEASE allow adjustable transparency of "Nearby Chat" window, Chat History and Chat "Toasts" in Viewer 2.0!
* Other tickets by priority


<b>IMPEDIMENTS</b><br />
<b>IMPEDIMENTS</b><br />
Line 93: Line 90:
----
----
<b>PAST</b><br />
<b>PAST</b><br />
* BUG (STORM-441) "Events Details" floater does not contain information about event
* BUG (STORM-308) IM chiclet's speaking indicator isn't active while self-talking
** Closed as "Cannot Reproduce"
** Closed as "Cannot Reproduce"
* BUG (STORM-189) [TRUNCATION] many langs - select build tools dialog
* STORY (STORM-471) sidebar undock+minimize doesn't persist after log out
** Fixed.
** Closed as duplicate.
* BUG (STORM-284) The "+" sign appears when user tries to drop a landmark to Favorites bar from in-world object contents
* BUG (STORM-550) LLDir::getNextFileInDir fails for some complex wildcard combinations
** Fixed.
** WIP. Investigating LLDir unit tests, compiled them on Linux but they lack LLDir::getNextFileInDir() tests so the issue wasn't reproduced so far.


<b>FUTURE</b><br />
<b>FUTURE</b><br />
* BUG (STORM-308) IM chiclet's speaking indicator isn't active while self-talking
* BUG (STORM-550) LLDir::getNextFileInDir fails for some complex wildcard combinations
** Estimated: 8 hours.


<b>IMPEDIMENTS</b><br />
<b>IMPEDIMENTS</b><br />
Line 110: Line 106:
----
----
<b>PAST</b><br />
<b>PAST</b><br />
* Major bug STORM-261 (In V2.2.0 Script Editor, cannot see any line
numbers other than the current one)
** Fixed and sent for review.
* Normal bug STORM-320 (Script Editor in Viewer 2.0+ "tabs" incorrectly)
* Normal bug STORM-320 (Script Editor in Viewer 2.0+ "tabs" incorrectly)
** Investigating. Still not sure where the problem is. Estimate- 16 hours.
** Investigating. Problem seems to happen in LLTextEditor::autoIndent()- sometimes wrong line number is used, but I'm still in search for the root cause. Instability of reproducing adds to difficulty of this bug.
** Estimate- 10 hours.


<b>FUTURE</b><br />
<b>FUTURE</b><br />
Line 125: Line 119:
----
----
<b>PAST</b><br />
<b>PAST</b><br />
* Bug STORM-546 (Remove lots of dead renderForSelect() code from the rendering pipeline...):
* Major task STORM-105 (Create a Performance Data Tracking system):


** Applied and tested a 3rd-party fix.
** Review in progress. Posted some feedback in the ticket.
* Bug STORM-225 (Massive lag spike when opening Land Related windows):
**
Resolved as not reproducible.
* Bug STORM-257 (Camera view changes before avatar starts to turn):

** Resolved as not reproducible.
* Investigated LL unit testing framework.


<b>FUTURE</b><br />
<b>FUTURE</b><br />
* Complete review of STORM-105.
* Story STORM-52 (Hook up external script editor).
* Story STORM-52 (Hook up external script editor).
No ETA yet.
** ETA: 2 days


<b>IMPEDIMENTS</b><br />
<b>IMPEDIMENTS</b><br />
* PE devs need more tickets to work on.
* none


==== Andrey Productengine ====
==== Andrey Productengine ====
----
----
<b>PAST</b><br />
<b>PAST</b><br />  
* verified v-d integrated tickets
* continued v-d regression testing because of beta build troubles
* processed cannot reproduce, expected behavior STORM tickets
* revised Viewer Busy mode - Test plan
* started regression testing of v-d r213735 build


<b>FUTURE</b><br />
<b>FUTURE</b><br />
* proceed with regression testing of v-d
* switch to 2.3.0 Beta3 on next Monday


<b>IMPEDIMENTS</b><br />
<b>IMPEDIMENTS</b><br />
* none
* none


== Past Updates ==
== Past Updates ==
<b>November</b><br />  
<b>November</b><br />  
[[Snowstorm_Daily_Scrum_Archive/11042010 | 04]] | [[Snowstorm_Daily_Scrum_Archive/11032010 | 03]] | [[Snowstorm_Daily_Scrum_Archive/11022010 | 02]] | [[Snowstorm_Daily_Scrum_Archive/11012010 | 01]]
[[Snowstorm_Daily_Scrum_Archive/11052010 | 05]] | [[Snowstorm_Daily_Scrum_Archive/11042010 | 04]] | [[Snowstorm_Daily_Scrum_Archive/11032010 | 03]] | [[Snowstorm_Daily_Scrum_Archive/11022010 | 02]] | [[Snowstorm_Daily_Scrum_Archive/11012010 | 01]]


<b>October</b><br />  
<b>October</b><br />  

Revision as of 12:52, 8 November 2010


Monday, November 8, 2010

General Notes


  • Merge Monkey of the Day: Oz
  • IMPORTANT: Please remember - when merging your fixes into Beta, you must also pull them into viewer-development immediately after
  • If you take a bug off any of the bug queues, please move it to the current sprint.
  • When you pick up an issue in current sprint, please set a time estimate before you start working on it.

Team Status


Merov Linden


PAST

  • STORM-105 : Perf gathering: posted results, took Vadim's first review into account and committed to dev repo, emailed internal automation team about that work so to get their reading as well
  • STORM-150: More reading, wrote a list of things to improve (not posted yet)

FUTURE

  • STORM-150: Finish that
  • STORM-104 : kdu upgrade: commit the static linking changes to dev repo

IMPEDIMENTS

  • None

Oz Linden


PAST

  • Finished setting up new TPV Directory
  • Pulled more issues from integration queue
    • One fail - STORM-546
  • STORM-102 needs review - on behalf of WolfPup

FUTURE

  • Continue merge monkey (nothing currently queued)
  • Start working on library upgrade issues

IMPEDIMENTS

  • none

Q Linden


PAST

  • Beta 3 monitoring
  • STORM-223
  • Prefs
  • Planning

FUTURE

  • Beta 3
  • Triage
  • Planning

IMPEDIMENTS

  • none

Esbee Linden


PAST

  • Triage
  • Prefs work prepped and sent out for review
  • Started prim alignment design doc

FUTURE

  • Finish creating subtasks for Preferences cleanup
  • Work on design doc for prim alignment
  • VWR Triage
  • Prioritize tickets for team and queue up more work

IMPEDIMENTS

  • none

Paul ProductEngine


PAST

  • BUG STORM-535 PLEASE allow adjustable transparency of "Nearby Chat" window, Chat History and Chat "Toasts" in Viewer 2.0!
    • WIP. There insn't any problems for now. Working on changing floaters opacity while user is moving slider, without clicking OK in panel preferences or restarting viewer. Estimate ~ 8 - 10 hours.

FUTURE

  • Finish STORM-535 PLEASE allow adjustable transparency of "Nearby Chat" window, Chat History and Chat "Toasts" in Viewer 2.0!
  • Other tickets by priority

IMPEDIMENTS

  • none

Seth Productengine


PAST

  • BUG (STORM-308) IM chiclet's speaking indicator isn't active while self-talking
    • Closed as "Cannot Reproduce"
  • STORY (STORM-471) sidebar undock+minimize doesn't persist after log out
    • Closed as duplicate.
  • BUG (STORM-550) LLDir::getNextFileInDir fails for some complex wildcard combinations
    • WIP. Investigating LLDir unit tests, compiled them on Linux but they lack LLDir::getNextFileInDir() tests so the issue wasn't reproduced so far.

FUTURE

  • BUG (STORM-550) LLDir::getNextFileInDir fails for some complex wildcard combinations

IMPEDIMENTS

  • none

Andrew Productengine


PAST

  • Normal bug STORM-320 (Script Editor in Viewer 2.0+ "tabs" incorrectly)
    • Investigating. Problem seems to happen in LLTextEditor::autoIndent()- sometimes wrong line number is used, but I'm still in search for the root cause. Instability of reproducing adds to difficulty of this bug.
    • Estimate- 10 hours.

FUTURE

  • STORM-320

IMPEDIMENTS

  • none

Vadim Productengine


PAST

  • Major task STORM-105 (Create a Performance Data Tracking system):

    • Review in progress. Posted some feedback in the ticket.

FUTURE

  • Complete review of STORM-105.
  • Story STORM-52 (Hook up external script editor).
    • ETA: 2 days

IMPEDIMENTS

  • none

Andrey Productengine


PAST

  • continued v-d regression testing because of beta build troubles
  • revised Viewer Busy mode - Test plan

FUTURE

  • switch to 2.3.0 Beta3 on next Monday

IMPEDIMENTS

  • none


Past Updates

November
05 | 04 | 03 | 02 | 01

October
29 | 28 | 27 | 26 | 25 | 22 | 21 | 20 | 18 | 15 | 14 | 13 | 12 | 11 | 08 | 07 | 06 | 05 | 04 | 01

September
27 | 24 | 23 | 22 | 21 | 20 | 17 | 16 | 15 | 14 | 13 | 9 | 8 | 7 | 3 | 2 | 1

August
30 | 26 | 25 | 24 | 23 | 20 | 19 | 18 | 16