Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Mylyn Task List"

 
Line 1: Line 1:
To come...
+
 
 +
=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)

Revision as of 10:09, 24 October 2006

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