r1 - 14 Jun 2004 - 17:42:25 - PieterHartsookYou are here: OSAF >  Journal Web  >  StatusReports > ComprehensiveWeeklyStatusReports > WeeklyStatus20040614

Weekly Report - June 6-12

Generated 14 June 5:40 pm Grouped by Projects

Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r1 | More topic actions
 
June 6th - June 12th  
Project : Categories / Product design
PersonGoalStatusPlanned this weekProgress this week
Chao LamArrive at high-level product schedule
- what is the right approach to cutting features?

- how do we satisfy both Canoga & Westwood constituencies in as timely a manner as possible?
- how do we get a better idea of engineering costs without fine-grain planning?

In progressIncorporate Lisa's feedback. Discuss with Lisa whether and how to create a rough timeline towards completing this project.Not done. Planned for Monday
Chao LamArrive at sharing transport requirements and plan for selectionIn progressWrite up first draft of design requirements for discussion. More discussions with Lisa, Mitch and Mimi as necessary. Goal is to have a high-level document to frame the key issues and list out next steps towards resolving the key issues.
Chao LamAssist Mimi in collaborating with engineering on integration point A tasks
- summary table view
- detail view
- DnD
- chrome
- calendar views
In progressDraft and discuss Chrome 0.4 target.

Discuss DnD 0.4 target

Chao LamPropose end-user input planIn progressUpdate Mimi from conversation with Mitch. Agree on priorities. Have Mimi discuss lightweight experiment with Mitchdone
Chao LamPropose interoperability planIn progressArrange brainstorming session with Lisa and Mitchdone
Project : Chandler development
PersonGoalStatusPlanned this weekProgress this week
Lisa Dusseault0.4 Planning, ongoingIn progressSee if Content Item versioning really in 0.4 plan. More progress with Chao on bucketing. By Tuesday: Propose Development plan for all integration points, feature complete, etc. Content Item versioning not needed for 0.4 as of now. Schedule proposal made including integration points, feature complete (in journal for Jun 2)
Mark JaffeComplete documentation of new build process, move pages from Jungle.CompletedMake sure instructions for adding module to external are complete and accurate.Completed
Mark JaffeInvestigation of Subversion as new SCM toolIn progressNew server has been running CVS. See Jurgen about installation details, start a repository with PyLucene. Jurgen has promised it will be ready soon.
Katie ParlanteResolve open engineering/architecture issues: EngineeringIssuesIn progress(+) start digging into sharing
(+) write up big picture for addressing



(+) some conversations about sharing
Heikki ToivonenMeet with Ted & Jeffrey.In progressDiscuss community aspects and common projects while Ted & Jeffrey are in the Bay Area.Well, Jeffrey was not here yet, meet with him next week.
Project : Chandler development / Application
PersonGoalStatusPlanned this weekProgress this week
Katie Parlante0.4 release planningIn progress(+) meet with folks individually to make task lists real for each project
(+) dnd and chrome meetings
(+) roll up tasks for lisa

(+) dnd meeting
(+) task lists, first pass at overall plan done
Project : Chandler development / Application / Content model
PersonGoalStatusPlanned this weekProgress this week
Lisa DusseaultModify Calendar event content model based on Mitch's planCompletedImplement, test, etc.Got unit tests working again. Now making final tweaks. Code review passed.
Project : Chandler development / Capplets / Primary / Calendar
PersonGoalStatusPlanned this weekProgress this week
Katie ParlanteCalendar blocksIn progress(+) Functional spec for calendar blocks
(+) task list based on new spec
(+) Plan/task list for 0.4, including goals for integration points: CalendarBlocksProject
Project : Chandler development / Framework
PersonGoalStatusPlanned this weekProgress this week
Lisa DusseaultDefine protocol architecture requirementsIn progressNext week: Work on blue-sky sharing use cases with Chao and Mitch; discuss service deployment issues
Katie ParlanteParcels/capplets proposalIn progress(+) some quality time writing up proposal
Project : Chandler development / Framework / CPIA
PersonGoalStatusPlanned this weekProgress this week
John Anderson- Removed requirement that methodNames attributes exist for ChandlerEvents?.
- Changes some ChandlerEvent? names
- Eliminated some unused ChandlerEvents?
Completed done
John AndersonAdd two classes of ChandlerEvent?. Those subscribed when a widget is instantiated and those that are subscribe whenever a widget is visible.

Automatically subscribe to these ChandlerEvents? so blocks don't need to manually do it.
Completed done
John AndersonReview Jed's Tab code and make suggestions for simplificationCompleted done
John Anderson0.4 Summary blockIn progress - persist single line selection -- still have to do multiple line selection
- persist cursor column
- show details when selection changes
John AndersonRewrite toolbar code to work like menus doIn progress Researched options and I now have a plan
Jed BurgessFix drag classes to properly use superCompleted Done.
Jed BurgessFixed blockItem migration problemCompleted There was one missed reference to block that I fixed.
Jed BurgessRename open to isShownCompleted Changed the use of open to be isShown
Donn DenmanBuild CPIA's Content Detail ViewIn progressComplete stage 2, and start stage 3 of the Detail View.
Update documentation to reflect latest code and thinking.
File bugs found in conjunction with this work.
Completed stage 2 and started stage 3 of the Detail View. Updated documentation.
Donn DenmanReview CPIA architecture and feedback comments to teamIn progressReview existing code and schema for Content Item.
Project : Chandler development / Framework / Info management
PersonGoalStatusPlanned this weekProgress this week
Jed BurgessFix attribute exceptionsIn progress Helped Donn fix the bug I was seeing where non-existent attributes were causing exceptions.
Mimi Yin.4 planningIn progress Feature lists for Sidebar and Toolbar with a special emphasis on .4 features.
Mimi YinPPF-Past Present Future view aka TriageIn progress Updated Triage workflow with more specific use cases, workflow proposals and structural sketches as well as a wireframe.
Mimi YinStamping and Ad-hoc CollectionsIn progress Updated content model section of Stamping Workflows page. (Scroll to bottom.) In particular, wrote out full sentences describing how users should be thinking of stamped items.


Going over Communications proposal with Mitch spawned in a new item Kind: Resource Item.

Project : Chandler development / Framework / Parcel framework
PersonGoalStatusPlanned this weekProgress this week
Morgen SagenImprove parcel loading frameworkIn progressInvestigate LoadParcels?( ) performance, see where we can save some time.Manipulating the XML is only a small portion of the time spent loading parcels. Most time is spent creating python objects with all their custom constructors (and importing all of their required python extensions), calling the attribute-setting methods repeatedly, and commit.


Added a means to specify an empty collection for an attribute's defaultValue / initialValue.

Project : Chandler development / Framework / Repository
PersonGoalStatusPlanned this weekProgress this week
Andi VajdaPyLuceneIn progress - added Field.Keyword to PyLucene.i, patch submitted by darryl

- downloaded subversion 1.0.4 source and built svn client and server

Project : Chandler development / Framework / Repository / Data model
PersonGoalStatusPlanned this weekProgress this week
Andi VajdaMake data model wonderfulIn progress - changed 'otherName' logic so that Kind controls it

- debugging session with Brian
- fixed core schema loading bug found

Project : Chandler development / Framework / Repository / Persistence
PersonGoalStatusPlanned this weekProgress this week
Andi VajdaMake repository wonderfulIn progress - epydoc'ed Repository and RepositoryView classes

- blogged Chandler's transaction model
- committed all accumulated changes
- added indexing support to Binary
- added hooks for plain-text converters, added HTMLReader
- timed remote filter loading of items

Project : Chandler development / Framework / Security
PersonGoalStatusPlanned this weekProgress this week
Heikki ToivonenContinue with Chandler Security Project: SecurityProjectIn progressGet M2Crypto part of the new build. Checkin "Globals.crypto" services.M2Crypto enabled in internal.
Project : Chandler development / Framework / Sharing/Discovery
PersonGoalStatusPlanned this weekProgress this week
Mimi YinSharing workflowsIn progress Worked out Sharing Collections with Chao. Still need to work on re-organizing Sharing page with Chao and upload storyboards.
Project : Chandler development / Framework / Third party / wxPython
PersonGoalStatusPlanned this weekProgress this week
Open Source Applications Foundation
Except where otherwise noted, this site and its content are licensed by OSAF under an Creative Commons License, Attribution Only 3.0.
See list of page contributors for attributions.