Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Mylyn Task List

Revision as of 10:09, 24 October 2006 by Unnamed Poltroon (Talk)

Externalization of Task List data

Design Notes

  • Refactoring of Task Data
    • Currently not 'nomalized' - repository configuration options stored in same file
  • Task Data Externalization
    • Switch to XML
    • Use IMemento for now
    • Separate files vs. one file
    • Consider zipping all the individual xml files together into one zip file (similar to Open Office file format ODF)


  • Lazy loading of task data (vs. being read at startup)

Back to the top