Places/Status Meetings/2009-02-02: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
 
(20 intermediate revisions by 3 users not shown)
Line 12: Line 12:


* Blockers (http://tinyurl.com/5zpgx7)
* Blockers (http://tinyurl.com/5zpgx7)
** {{bug|475273}} - (P2) needs review from Mano (MaK77)
** {{bug|474582}} - (P2) needs review from dietrich (MaK77)
** {{bug|473058}} - (P2) might need to backout older bug - resolution not clear (dietrich)
** {{bug|471352}} - (P2) cannot get steps to reproduce.  Moving to a P3 blocker. (MaK77)
** {{bug|476292}} - (P1) investigation and patch by end of the day (sdwilsh)
* Bugs targeted 3.1: (http://tinyurl.com/7cvrs7)
* Bugs targeted 3.1: (http://tinyurl.com/7cvrs7)
** 37 bugs - need to work on thinning that list out to reduce possibility for regressions (dietrich)
* Bug Triage (http://tinyurl.com/a3j9p6)
* Bug Triage (http://tinyurl.com/a3j9p6)
** 1473 open bugs - hit target.
** Goal is to reduce another 50 this week.
** Possible Wontfix (http://tinyurl.com/ajqgm7) (dietrich will triage this week)
[[Image:Places-Triage-Chart-Mon-02-2009.png]]
[[Image:Places-Triage-Chart-Mon-02-2009.png]]


== QA Issues ==
== QA Issues ==
* Some user is reporting issues with AVG Safe Search and the awesomebar, we should verify if the issue effectively exists and if AVG should be contacted. See {{bug|475653}}
* tracy will send out an e-mail today to highlight what needs to be tested to have full coverage for Library moving.  ddhal is going to work on those tests.
* Some user is reporting issues with AVG Safe Search and the awesomebar, we should verify if the issue effectively exists and if AVG should be contacted. See {{bug|475653}} and {{bug|376084}}.  tracy will investigate and report back.


== Status updates ==
== Status updates ==
Line 24: Line 34:


* typo in temporary table names for the [http://people.mozilla.org/~dietrich/places-erd.png updated ERD].  (dietrich)
* typo in temporary table names for the [http://people.mozilla.org/~dietrich/places-erd.png updated ERD].  (dietrich)
** Completed


* need documentation on how to write SQL queries against the places back-end, for core developers.
* need documentation on how to write SQL queries against the places back-end, for core developers.
Line 29: Line 40:
** How to write queries in the new temp-table era (MaK77)
** How to write queries in the new temp-table era (MaK77)
** How to get to the places database/basic entry points (MaK77)
** How to get to the places database/basic entry points (MaK77)
*** completed, page linked on https://wiki.mozilla.org/Places/
*** https://wiki.mozilla.org/Places/Places_SQL_queries_best_practices
** Invariants and triggers (sdwilsh)
** Invariants and triggers (sdwilsh)
*** Not done yet - still working on going over old documentation.
** Check over existing documentation for outdated information (sdwilsh)
** Check over existing documentation for outdated information (sdwilsh)
*** First pass done on https://wiki.mozilla.org/Places:Design_Overview (01/28/2009)
*** First pass done on https://wiki.mozilla.org/Places:Design_Overview (01/28/2009)
*** https://developer.mozilla.org/En/Code_snippets/Bookmarks (01/29/2009)
*** https://developer.mozilla.org/En/Manipulating_bookmarks_using_Places (01/29/2009)
*** https://developer.mozilla.org/En/NsIAnnotationObserver (01/29/2009)
*** https://developer.mozilla.org/En/NsIAnnotationService (01/29/2009)
*** https://developer.mozilla.org/En/NsIBrowserHistory (01/29/2009)


* MDC
* MDC
** the [https://developer.mozilla.org/En/Places_migration_guide migration guide] needs history api and dynamic container examples. (??)
** the [https://developer.mozilla.org/En/Places_migration_guide migration guide] needs history api and dynamic container examples. (dietrich)
** the design documents linked from [https://developer.mozilla.org/en/Places MDC] need to be written. can probably cull from the [https://wiki.mozilla.org/Places:Design_Overview old design overview docs].
** the design documents linked from [https://developer.mozilla.org/en/Places MDC] need to be written. can probably cull from the [https://wiki.mozilla.org/Places:Design_Overview old design overview docs].
*** [https://developer.mozilla.org/en/Places/History_Service/Design History] (MaK77)
*** [https://developer.mozilla.org/en/Places/History_Service/Design History] (MaK77)
**** working on, ETA end of the week
*** [https://developer.mozilla.org/en/Places/Bookmarks_Service/Design Bookmarks] (dietrich)
*** [https://developer.mozilla.org/en/Places/Bookmarks_Service/Design Bookmarks] (dietrich)
*** [https://developer.mozilla.org/en/Places/Annotation_Service/Design Annotations] (sdwilsh)
*** [https://developer.mozilla.org/en/Places/Annotation_Service/Design Annotations] (sdwilsh)
**** Not yet done - going over old documentation still.
** add more documentation and examples to the [https://developer.mozilla.org/en/Displaying_Places_information_using_views views page]
** add more documentation and examples to the [https://developer.mozilla.org/en/Displaying_Places_information_using_views views page]
*** what tree cols [http://mxr.mozilla.org/mozilla-central/ident?i=PTV__getColumnType are available] and how to show/restrict them (adw)
*** what tree cols [http://mxr.mozilla.org/mozilla-central/ident?i=PTV__getColumnType are available] and how to show/restrict them (adw: rearranged page so it makes more sense, added info about columns, clarified some passages)
*** [http://pastebin.mozilla.org/610720 programmatic tree generation] (TheOne)
*** [http://pastebin.mozilla.org/610720 programmatic tree generation] (TheOne)
**** found at https://developer.mozilla.org/En/Places/Using_the_built-in_tree_view


* Places platform-level priorities for 3.2 moved to [[Places:Plan|the places planning page]] (dietrich)
* Places platform-level priorities for 3.2 moved to [[Places:Plan|the places planning page]] (dietrich)


== Roundtable ==
== Roundtable ==
* Defining the right place for documentation about internal structure (wikimo or devmo) (sdwilsh)


* Lots of documentation non-existent on MDC:
* Lots of documentation non-existent on MDC:
** dynamic containers
** dynamic containers (MaK77)
** https://developer.mozilla.org/en/Places/View_Configurations
** https://developer.mozilla.org/en/Places/View_Controller (adw)
** https://developer.mozilla.org/en/Places/View_Controller


* Out of date docs on wiki.m.o (that are worth updating)
* Out of date docs on wiki.m.o (that are worth updating)
** [[Places:AutoComplete]]
** [[Places:AutoComplete]] (Mardak)
** [[Places:Drag_%26_Drop]]
** [[Places:Drag_%26_Drop]] (MaK77)
** [[Places:Live_Bookmarks]]
** [[Places:Live_Bookmarks]] (decide next week on owner)


* Needs porting from wiki.m.o to MDC:
* Needs porting from wiki.m.o to MDC:
** [[Places:Transactions]]
** [[Places:Transactions]] (decide next week on owner)
** [[Places:Bookmarks_Containers]]
** [[Places:Bookmarks_Containers]] (decide next week on owner)
 
* Out of date docs on MDC:
** https://developer.mozilla.org/en/Displaying_Places_information_using_views (adw)

Latest revision as of 18:05, 2 February 2009

« previous week | index | next week »

Places Team Meeting Details

  • Mondays at 9:00am Pacific
  • irc.mozilla.org #places


Work Priorities

Places-Triage-Chart-Mon-02-2009.png

QA Issues

  • tracy will send out an e-mail today to highlight what needs to be tested to have full coverage for Library moving. ddhal is going to work on those tests.
  • Some user is reporting issues with AVG Safe Search and the awesomebar, we should verify if the issue effectively exists and if AVG should be contacted. See bug 475653 and bug 376084. tracy will investigate and report back.

Status updates

From last week, the following things had open action items:

  • typo in temporary table names for the updated ERD. (dietrich)
    • Completed

Roundtable