0.84/Platform

From Sugar Labs
< 0.84
Revision as of 07:56, 20 September 2008 by Marcopg (talk | contribs) (New page: == Shell refactoring == === People === Owner: Marco Pesenti Gritti Peers * Simon Schampijer * Hemant Goyal === TODO === * Every major UI component like the frame the home view and the...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Shell refactoring

People

Owner: Marco Pesenti Gritti

Peers

  • Simon Schampijer
  • Hemant Goyal

TODO

  • Every major UI component like the frame the home view and the control panel, should reside in his own model and be self contained. We will need a way to share a bit of code between modules likely. (marco)
  • Cleanup window management. The requirements changed a lot since the code was written and we didn't do enough refactoring. The UI design is now pretty solid. We should document our window management strategy and then refactor the code to simplify and make it more solid. (marco)
  • Refactor session management, it's scattered around several components right now. (marco)
  • Use gconf as a backend to store the profile. (erikos)

Ideas

Status

  • Modularization is being figured out and discussed.